[arch-commits] Commit in haskell-conversion-text/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 16 02:38:02 UTC 2020
Date: Tuesday, June 16, 2020 @ 02:38:02
Author: felixonmars
Revision: 645759
upgpkg: haskell-conversion-text 1.0.1-13: rebuild with base-prelude 1.4
Modified:
haskell-conversion-text/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-16 02:37:19 UTC (rev 645758)
+++ PKGBUILD 2020-06-16 02:38:02 UTC (rev 645759)
@@ -3,7 +3,7 @@
_hkgname=conversion-text
pkgname=haskell-conversion-text
pkgver=1.0.1
-pkgrel=12
+pkgrel=13
pkgdesc="Conversion instances for the text library"
url="https://github.com/nikita-volkov/conversion-text"
license=('MIT')
@@ -19,7 +19,7 @@
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname \
--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