[arch-commits] Commit in haskell-ranged-sets/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Sep 23 15:03:32 UTC 2017
Date: Saturday, September 23, 2017 @ 15:03:31
Author: felixonmars
Revision: 259978
upgpkg: haskell-ranged-sets 0.3.0-7
Modified:
haskell-ranged-sets/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-23 15:03:09 UTC (rev 259977)
+++ PKGBUILD 2017-09-23 15:03:31 UTC (rev 259978)
@@ -4,7 +4,7 @@
_hkgname=Ranged-sets
pkgname=haskell-ranged-sets
pkgver=0.3.0
-pkgrel=6
+pkgrel=7
pkgdesc="Ranged sets for Haskell"
url="http://code.haskell.org/ranged-sets"
license=('custom:BSD3')
@@ -12,12 +12,12 @@
depends=('ghc-libs' 'haskell-hunit' 'haskell-quickcheck')
makedepends=('ghc')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('c9c20783a74d280f0cd5f35691d705c2')
+sha512sums=('4145fcfe12616a044a8152bbe90742c6ea4ff2400bb289c97a490a72910a0f5d7c6f3317bebc559499b4447ddb01434c573baf25afffa8a4b2a92bb2e3c7a4c8')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build
@@ -35,7 +35,4 @@
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "LICENSE.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.txt"
-
- # Remove static libs
- find "$pkgdir"/usr/lib -name "*.a" -delete
}
More information about the arch-commits
mailing list