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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 16:37:31 UTC 2017


    Date: Friday, September 22, 2017 @ 16:37:31
  Author: felixonmars
Revision: 259628

upgpkg: haskell-chunked-data 0.3.0-9

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 16:36:14 UTC (rev 259627)
+++ PKGBUILD	2017-09-22 16:37:31 UTC (rev 259628)
@@ -5,7 +5,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.3.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/snoyberg/mono-traversable"
 license=("MIT")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-semigroups" "haskell-text" "haskell-vector")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('e1be9da64c3682fd907aa9f1a118e8bfba7964d509fddf54bd245b199dc15f2f')
+sha512sums=('cbce790f1898b2aed6309d8eee14c3461bf99e8adbb27bfb563be86ccbcb3f4b3bca55e82b71e87c2b451ccad829cd4cf276c5b1a40934f32b065e176bbb5617')
 
 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