Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-expiring-cache-map
Commits:
27135931 by Felix Yan at 2025-01-04T03:01:50+08:00
upgpkg: 0.0.6.1-327: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-expiring-cache-map
pkgdesc = General purpose simple caching.
pkgver = 0.0.6.1
- pkgrel = 326
+ pkgrel = 327
url = https://github.com/elblake/expiring-cache-map
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=expiring-cache-map
pkgname=haskell-expiring-cache-map
pkgver=0.0.6.1
-pkgrel=326
+pkgrel=327
pkgdesc="General purpose simple caching."
url="https://github.com/elblake/expiring-cache-map"
license=('BSD')
@@ -17,7 +17,7 @@
sha512sums=('36fc34492bc4083d5b14e135900c765b74d4c64dee550ca43fa517d444de8a37f29
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-expiring-cache-map/-/commit/27135931254418fb8aa01a61ee1e0ca71cc43c23
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-expiring-cache-map/-/commit/27135931254418fb8aa01a61ee1e0ca71cc43c23
You're receiving this email because of your account on gitlab.archlinux.org.