[arch-commits] Commit in haskell-zip-archive/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 24 15:43:20 UTC 2020


    Date: Sunday, May 24, 2020 @ 15:43:18
  Author: felixonmars
Revision: 632945

upgpkg: haskell-zip-archive 0.4.1-35: rebuild with tasty 1.3.1

Modified:
  haskell-zip-archive/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 15:41:50 UTC (rev 632944)
+++ PKGBUILD	2020-05-24 15:43:18 UTC (rev 632945)
@@ -4,7 +4,7 @@
 _hkgname=zip-archive
 pkgname=haskell-zip-archive
 pkgver=0.4.1
-pkgrel=34
+pkgrel=35
 pkgdesc="Library for creating and modifying zip archives."
 url="https://github.com/jgm/zip-archive"
 license=("BSD")
@@ -22,7 +22,7 @@
         --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-executable -fsplitbase
-    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