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

Felix Yan felixonmars at archlinux.org
Fri Sep 22 07:10:15 UTC 2017


    Date: Friday, September 22, 2017 @ 07:10:14
  Author: felixonmars
Revision: 259402

upgpkg: haskell-crypto-api 0.13.2-12

Modified:
  haskell-crypto-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-22 07:10:02 UTC (rev 259401)
+++ PKGBUILD	2017-09-22 07:10:14 UTC (rev 259402)
@@ -5,7 +5,7 @@
 _hkgname=crypto-api
 pkgname=haskell-crypto-api
 pkgver=0.13.2
-pkgrel=11
+pkgrel=12
 pkgdesc="A generic interface for cryptographic operations"
 url="https://github.com/TomMD/crypto-api"
 license=("custom:BSD3")
@@ -13,12 +13,12 @@
 depends=('ghc-libs' "haskell-cereal" "haskell-entropy" "haskell-tagged")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('5331d511a9761d5073e6661148234228d88f8ace14e2994171f0bcf5183e82ed')
+sha512sums=('2803862a714c3f448aa63469171fc68835ea9648a94d69ec76a32d20c1ed480aa3ecacedc3bf1e674797430c5d2966ceea4a83e38e827a68d2fab78fb4c8567c')
 
 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-all_cpolys
@@ -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