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

Felix Yan felixonmars at archlinux.org
Sat Sep 23 05:59:51 UTC 2017


    Date: Saturday, September 23, 2017 @ 05:59:50
  Author: felixonmars
Revision: 259880

upgpkg: haskell-crypto-cipher-types 0.0.9-23

Modified:
  haskell-crypto-cipher-types/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-23 05:59:38 UTC (rev 259879)
+++ PKGBUILD	2017-09-23 05:59:50 UTC (rev 259880)
@@ -5,20 +5,20 @@
 _hkgname=crypto-cipher-types
 pkgname=haskell-crypto-cipher-types
 pkgver=0.0.9
-pkgrel=22
+pkgrel=23
 pkgdesc="Generic cryptography cipher types"
-url="http://github.com/vincenthz/hs-crypto-cipher"
+url="https://github.com/vincenthz/hs-crypto-cipher"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('ghc-libs' "haskell-byteable" "haskell-securemem")
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('2073f6b70df7916aebe2da49d224497183662d56d19da87b76f70039430c0a0f')
+sha512sums=('9b369dfbe1baa918f8b72dca0a6637634582629ccd46226a3a89813f42cca1e11ee738e1053503a6bc2863c04dd885083e6a09a5bda5a52dbf381e9f133e24cc')
 
 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}" --datasubdir="$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