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

Felix Yan felixonmars at archlinux.org
Thu Jun 15 04:28:12 UTC 2017


    Date: Thursday, June 15, 2017 @ 04:28:11
  Author: felixonmars
Revision: 236976

upgpkg: haskell-cipher-aes 0.2.11-16

rebuild with ghc,8.0.2

Modified:
  haskell-cipher-aes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-15 04:26:45 UTC (rev 236975)
+++ PKGBUILD	2017-06-15 04:28:11 UTC (rev 236976)
@@ -5,12 +5,12 @@
 _hkgname=cipher-aes
 pkgname=haskell-cipher-aes
 pkgver=0.2.11
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast AES cipher implementation with advanced mode of operations"
 url="https://github.com/vincenthz/hs-cipher-aes"
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-byteable" "haskell-crypto-cipher-types" "haskell-securemem")
+depends=("ghc" "haskell-byteable" "haskell-crypto-cipher-types" "haskell-securemem")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha256sums=('d3b171895698c73da24d7ce97543f725d26637f038de670c0fd4012ca7f95015')
 
@@ -17,7 +17,7 @@
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
         --libsubdir=\$compiler/site-local/\$pkgid \
             -fsupport_aesni
@@ -39,4 +39,7 @@
     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