Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-cipher-aes
Commits:
707d9606 by Felix Yan at 2025-01-04T02:51:09+08:00
upgpkg: 0.2.11-332: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-cipher-aes
pkgdesc = Fast AES cipher implementation with advanced mode of
operations
pkgver = 0.2.11
- pkgrel = 331
+ pkgrel = 332
url = https://github.com/vincenthz/hs-cipher-aes
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=cipher-aes
pkgname=haskell-cipher-aes
pkgver=0.2.11
-pkgrel=331
+pkgrel=332
pkgdesc="Fast AES cipher implementation with advanced mode of operations"
url="https://github.com/vincenthz/hs-cipher-aes"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('d0c9b94e93903d0a3ea5587a4ac4ee5124b5189842070dd11c99182ba7396c982aa
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-fsupport_aesni
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cipher-aes/-/commit/707d9606c398beeb5f1326f855ccc136ac4adbef
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cipher-aes/-/commit/707d9606c398beeb5f1326f855ccc136ac4adbef
You're receiving this email because of your account on gitlab.archlinux.org.