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

Felix Yan felixonmars at archlinux.org
Sat May 23 14:28:56 UTC 2020


    Date: Saturday, May 23, 2020 @ 14:28:56
  Author: felixonmars
Revision: 631970

upgpkg: haskell-hourglass 0.2.12-52: rebuild with tasty 1.3.1

Modified:
  haskell-hourglass/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-23 14:28:01 UTC (rev 631969)
+++ PKGBUILD	2020-05-23 14:28:56 UTC (rev 631970)
@@ -4,7 +4,7 @@
 _hkgname=hourglass
 pkgname=haskell-hourglass
 pkgver=0.2.12
-pkgrel=51
+pkgrel=52
 pkgdesc="simple performant time related library"
 url="https://github.com/vincenthz/hs-hourglass"
 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