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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 19:03:29 UTC 2017


    Date: Friday, September 22, 2017 @ 19:03:28
  Author: felixonmars
Revision: 259747

upgpkg: haskell-cryptonite-conduit 0.2.0-47

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 19:03:11 UTC (rev 259746)
+++ PKGBUILD	2017-09-22 19:03:28 UTC (rev 259747)
@@ -4,7 +4,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.0
-pkgrel=46
+pkgrel=47
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit"
 license=('custom:BSD3')
@@ -13,12 +13,12 @@
          'haskell-resourcet')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('e46e2022b1e214c00c790caf95791e02')
+sha512sums=('930274dd922bcf1d375918ef9e9915925d553e5b5024e319063f670aad49853280fc09933da767de971719e3dd9b647a9e4f4551fff7db101a82da86c03066a7')
 
 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