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

Felix Yan felixonmars at archlinux.org
Wed Dec 23 21:25:13 UTC 2020


    Date: Wednesday, December 23, 2020 @ 21:25:13
  Author: felixonmars
Revision: 785311

upgpkg: haskell-show 0.6-2: rebuild with ghc 8.10.3

Modified:
  haskell-show/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-23 21:24:47 UTC (rev 785310)
+++ PKGBUILD	2020-12-23 21:25:13 UTC (rev 785311)
@@ -3,7 +3,7 @@
 _hkgname=show
 pkgname=haskell-show
 pkgver=0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="'Show' instances for Lambdabot"
 url="https://github.com/mokus0/show.git"
 license=("GPL")
@@ -22,7 +22,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
@@ -35,5 +35,5 @@
   install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
   install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
   runhaskell Setup copy --destdir="$pkgdir"
-  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list