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

Felix Yan felixonmars at archlinux.org
Sat Aug 22 08:09:25 UTC 2020


    Date: Saturday, August 22, 2020 @ 08:09:25
  Author: felixonmars
Revision: 686671

upgpkg: haskell-summoner 2.0.1.1-2: rebuild with prettyprinter 1.7.0

Modified:
  haskell-summoner/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-22 08:07:05 UTC (rev 686670)
+++ PKGBUILD	2020-08-22 08:09:25 UTC (rev 686671)
@@ -4,7 +4,7 @@
 _hkgname=summoner
 pkgname=haskell-summoner
 pkgver=2.0.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Tool for scaffolding fully configured batteries-included production-level Haskell projects."
 url="https://github.com/kowainik/summoner"
 license=('MPL2')
@@ -31,7 +31,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
@@ -49,6 +49,6 @@
   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"
-  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
 }



More information about the arch-commits mailing list