Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-cryptohash
Commits:
f91afd87 by Felix Yan at 2025-01-04T02:49:00+08:00
upgpkg: 0.11.9-349: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-cryptohash
pkgdesc = Collection of crypto hashes, fast, pure and practical
pkgver = 0.11.9
- pkgrel = 348
+ pkgrel = 349
url = https://github.com/vincenthz/hs-cryptohash
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=cryptohash
pkgname=haskell-cryptohash
pkgver=0.11.9
-pkgrel=348
+pkgrel=349
pkgdesc="Collection of crypto hashes, fast, pure and practical"
url="https://github.com/vincenthz/hs-cryptohash"
license=("BSD")
@@ -17,7 +17,7 @@
sha512sums=('d0eb07f59ae893df1a92a4dc45a98142e507ba3da25057ae4acf781b1b6200a2fb6
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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cryptohash/-/commit/f91afd87029e95969397a941b243539aa8cf9f7a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-cryptohash/-/commit/f91afd87029e95969397a941b243539aa8cf9f7a
You're receiving this email because of your account on gitlab.archlinux.org.