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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 22:29:55 UTC 2020


    Date: Wednesday, February 26, 2020 @ 22:29:55
  Author: felixonmars
Revision: 583440

upgpkg: haskell-parser-combinators 1.2.1-4: rebuild with ghc 8.8.3

Modified:
  haskell-parser-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 22:29:21 UTC (rev 583439)
+++ PKGBUILD	2020-02-26 22:29:55 UTC (rev 583440)
@@ -4,7 +4,7 @@
 _hkgname=parser-combinators
 pkgname=haskell-parser-combinators
 pkgver=1.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Lightweight package providing commonly useful parser combinators"
 url="https://github.com/mrkkrp/parser-combinators"
 license=("BSD")
@@ -34,6 +34,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.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+    install -D -m644 LICENSE.md "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+    rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE.md
 }



More information about the arch-commits mailing list