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

Felix Yan felixonmars at gemini.archlinux.org
Sun Nov 7 08:06:13 UTC 2021


    Date: Sunday, November 7, 2021 @ 08:06:13
  Author: felixonmars
Revision: 1038415

upgpkg: haskell-cipher-aes128 0.7.0.5-14: rebuild with entropy 0.4.1.7

Modified:
  haskell-cipher-aes128/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-07 08:04:27 UTC (rev 1038414)
+++ PKGBUILD	2021-11-07 08:06:13 UTC (rev 1038415)
@@ -3,7 +3,7 @@
 _hkgname=cipher-aes128
 pkgname=haskell-cipher-aes128
 pkgver=0.7.0.5
-pkgrel=13
+pkgrel=14
 pkgdesc="AES and common modes using AES-NI when available."
 url="https://github.com/TomMD/cipher-aes128"
 license=('BSD')
@@ -18,7 +18,7 @@
     
     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
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



More information about the arch-commits mailing list