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

Felix Yan felixonmars at gemini.archlinux.org
Tue Aug 23 16:39:41 UTC 2022


    Date: Tuesday, August 23, 2022 @ 16:39:41
  Author: felixonmars
Revision: 1275502

upgpkg: haskell-cipher-aes128 0.7.0.6-4: rebuild with entropy 0.4.1.9

Modified:
  haskell-cipher-aes128/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-23 16:39:32 UTC (rev 1275501)
+++ PKGBUILD	2022-08-23 16:39:41 UTC (rev 1275502)
@@ -3,7 +3,7 @@
 _hkgname=cipher-aes128
 pkgname=haskell-cipher-aes128
 pkgver=0.7.0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="AES and common modes using AES-NI when available."
 url="https://github.com/TomMD/cipher-aes128"
 license=('BSD')
@@ -17,7 +17,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script



More information about the arch-commits mailing list