[arch-commits] Commit in haskell-listlike/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Sep 22 07:05:27 UTC 2017
Date: Friday, September 22, 2017 @ 07:05:27
Author: felixonmars
Revision: 259390
upgpkg: haskell-listlike 4.5.1-7
Modified:
haskell-listlike/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-09-22 07:05:16 UTC (rev 259389)
+++ PKGBUILD 2017-09-22 07:05:27 UTC (rev 259390)
@@ -4,7 +4,7 @@
_hkgname=ListLike
pkgname=haskell-listlike
pkgver=4.5.1
-pkgrel=6
+pkgrel=7
pkgdesc="Generic support for list-like structures"
url="https://github.com/sjoerdvisscher/listlike"
license=('custom:BSD3')
@@ -13,12 +13,12 @@
'haskell-vector')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('51a149e64d59270924832a77797310c2')
+sha512sums=('4e59eb8cdade42ff63db9f90a7ec524dab674872960bd294da3195c280e0f488a3c0acb3827def8a071e5ecd820bb2bf0d5d68c22b8388adc933accbb0bcc630')
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
@@ -36,7 +36,4 @@
runhaskell Setup copy --destdir="${pkgdir}"
install -D -m644 "COPYRIGHT" "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYRIGHT"
-
- # Remove static libs
- find "$pkgdir"/usr/lib -name "*.a" -delete
}
More information about the arch-commits
mailing list