[arch-commits] Commit in haskell-mustache/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue May 19 22:23:07 UTC 2020
Date: Tuesday, May 19, 2020 @ 22:23:06
Author: felixonmars
Revision: 630286
upgpkg: haskell-mustache 2.3.1-95: rebuild with tasty-golden 2.3.3.3
Modified:
haskell-mustache/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-19 22:21:55 UTC (rev 630285)
+++ PKGBUILD 2020-05-19 22:23:06 UTC (rev 630286)
@@ -3,7 +3,7 @@
_hkgname=mustache
pkgname=haskell-mustache
pkgver=2.3.1
-pkgrel=94
+pkgrel=95
pkgdesc="A mustache template parser library."
url="https://github.com/JustusAdam/mustache"
license=('BSD')
@@ -21,7 +21,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
- runhaskell Setup build
+ runhaskell Setup build $MAKEFLAGS
runhaskell Setup register --gen-script
runhaskell Setup unregister --gen-script
sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
More information about the arch-commits
mailing list