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

Felix Yan felixonmars at archlinux.org
Sat Dec 5 13:52:17 UTC 2020


    Date: Saturday, December 5, 2020 @ 13:52:16
  Author: felixonmars
Revision: 770601

upgpkg: haskell-deque 0.4.3-2: rebuild with time-compat 1.9.5

Modified:
  haskell-deque/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-05 13:51:48 UTC (rev 770600)
+++ PKGBUILD	2020-12-05 13:52:16 UTC (rev 770601)
@@ -3,7 +3,7 @@
 _hkgname=deque
 pkgname=haskell-deque
 pkgver=0.4.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Double-ended queues"
 url="https://github.com/nikita-volkov/deque"
 license=("MIT")
@@ -23,7 +23,7 @@
     --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
     --ghc-option='-pie'
 
-  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