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

Felix Yan felixonmars at archlinux.org
Fri Sep 18 11:50:21 UTC 2020


    Date: Friday, September 18, 2020 @ 11:50:21
  Author: felixonmars
Revision: 710004

upgpkg: haskell-conduit-parse 0.2.1.0-2: rebuild with hspec 2.7.4, hspec-core 2.7.4, hspec-discover 2.7.4

Modified:
  haskell-conduit-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 11:49:40 UTC (rev 710003)
+++ PKGBUILD	2020-09-18 11:50:21 UTC (rev 710004)
@@ -3,7 +3,7 @@
 _hkgname=conduit-parse
 pkgname=haskell-conduit-parse
 pkgver=0.2.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Parsing framework based on conduit"
 url="https://github.com/k0ral/conduit-parse"
 license=("custom:PublicDomain")
@@ -24,7 +24,7 @@
     --ghc-option='-pie' \
     -fenable-hlint-test
 
-  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
@@ -42,6 +42,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