[arch-commits] Commit in dhall-yaml/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 18 15:12:59 UTC 2020


    Date: Friday, September 18, 2020 @ 15:12:58
  Author: felixonmars
Revision: 710065

upgpkg: dhall-yaml 1.2.2-2: rebuild with hspec 2.7.4, hspec-core 2.7.4, hspec-discover 2.7.4

Modified:
  dhall-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 15:10:27 UTC (rev 710064)
+++ PKGBUILD	2020-09-18 15:12:58 UTC (rev 710065)
@@ -2,7 +2,7 @@
 
 pkgname=dhall-yaml
 pkgver=1.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Convert between Dhall and YAML"
 url="https://github.com/dhall-lang/dhall-haskell/tree/master/dhall-yaml"
 license=("GPL3")
@@ -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
@@ -41,5 +41,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