Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-mustache
Commits:
5c1731c0 by Felix Yan at 2024-12-30T04:11:03+08:00
upgpkg: 2.4.2-129: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-mustache
pkgdesc = A mustache template parser library.
pkgver = 2.4.2
- pkgrel = 128
+ pkgrel = 129
url = https://github.com/JustusAdam/mustache
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_hkgname=mustache
pkgname=haskell-mustache
pkgver=2.4.2
-pkgrel=128
+pkgrel=129
pkgdesc="A mustache template parser library."
url="https://github.com/JustusAdam/mustache"
license=('BSD')
@@ -18,7 +18,7 @@
sha512sums=('96e10988f8ccf15cd5939e16cd8d5f551853168a3719cd4717b3bb40c3227f540f4
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
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mustache/-/commit/5c1731c068d82e165041335e5c8de229adb3ecfe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-mustache/-/commit/5c1731c068d82e165041335e5c8de229adb3ecfe
You're receiving this email because of your account on gitlab.archlinux.org.