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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 18:44:52 UTC 2017


    Date: Friday, September 22, 2017 @ 18:44:47
  Author: felixonmars
Revision: 259722

upgpkg: haskell-bitarray 0.0.1.1-4

Modified:
  haskell-bitarray/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 18:44:23 UTC (rev 259721)
+++ PKGBUILD	2017-09-22 18:44:47 UTC (rev 259722)
@@ -4,7 +4,7 @@
 _hkgname=bitarray
 pkgname=haskell-bitarray
 pkgver=0.0.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Mutable and immutable bit arrays"
 url="http://code.haskell.org/~bkomuves/"
 license=('custom:BSD3')
@@ -12,12 +12,12 @@
 depends=('ghc-libs')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('7cab4ee3f34aefb29b63b0951d3a30c6')
+sha512sums=('4b51ef2be989949e4ab8b9cab194c2bb5f3895abf9881ddf6009dd234c2c7d01edf01dc4ae96312a36f0b3d43f1b2b975eeaa738f66ccc2ab9a1a10e07582602')
 
 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" "${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