[arch-commits] Commit in haskell-bzlib/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 23 16:24:08 UTC 2017


    Date: Saturday, September 23, 2017 @ 16:24:08
  Author: felixonmars
Revision: 260110

upgpkg: haskell-bzlib 0.5.0.5-4

Modified:
  haskell-bzlib/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 16:23:55 UTC (rev 260109)
+++ PKGBUILD	2017-09-23 16:24:08 UTC (rev 260110)
@@ -5,7 +5,7 @@
 _hkgname=bzlib
 pkgname=haskell-bzlib
 pkgver=0.5.0.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Compression and decompression in the bzip2 format"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
@@ -13,12 +13,12 @@
 depends=('ghc-libs' 'bzip2')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('f4980e89910eccf9ce82c4d711159f27')
+sha512sums=('fe4b6e1a4d67573a9ff72808cfd0bf47a127885593e98debcaa505c488c76af364bed31cdb8ee9308295514f154536e958ff5e2a1c3157eeb5b16f8011424819')
 
 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 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list