[arch-commits] Commit in haskell-conduit-extra/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 21 10:44:41 UTC 2020
Date: Thursday, May 21, 2020 @ 10:44:41
Author: felixonmars
Revision: 631096
upgpkg: haskell-conduit-extra 1.3.5-13: rebuild with unliftio 0.2.13
Modified:
haskell-conduit-extra/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-21 10:42:29 UTC (rev 631095)
+++ PKGBUILD 2020-05-21 10:44:41 UTC (rev 631096)
@@ -4,7 +4,7 @@
_hkgname=conduit-extra
pkgname=haskell-conduit-extra
pkgver=1.3.5
-pkgrel=12
+pkgrel=13
pkgdesc="Batteries included conduit: adapters for common libraries."
url="https://github.com/snoyberg/conduit"
license=("MIT")
@@ -27,7 +27,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