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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 18:02:04 UTC 2017


    Date: Saturday, September 23, 2017 @ 18:02:03
  Author: felixonmars
Revision: 260320

upgpkg: haskell-abstract-deque 0.3-5

Modified:
  haskell-abstract-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 18:01:49 UTC (rev 260319)
+++ PKGBUILD	2017-09-23 18:02:03 UTC (rev 260320)
@@ -5,7 +5,7 @@
 _hkgname=abstract-deque
 pkgname=haskell-abstract-deque
 pkgver=0.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Abstract, parameterized interface to mutable Deques."
 url="https://github.com/rrnewton/haskell-lockfree/wiki"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-random")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('09aa10f38193a8275a7791b92a4f3a7192a304874637e2a35c897dde25d75ca2')
+sha512sums=('9293a366918f54458ffe13f6737bab2bee961b730732eff563d900b451bf5f7dde30276c9406bfc5c0ea64104afb70db3588b13d478bf9c60842dad906195f7a')
 
 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 \
             -f-usecas
@@ -37,7 +37,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