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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 23:36:22 UTC 2020


    Date: Wednesday, February 26, 2020 @ 23:36:22
  Author: felixonmars
Revision: 583603

upgpkg: haskell-text-printer 0.5.0.1-4: rebuild with ghc 8.8.3

Modified:
  haskell-text-printer/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 23:35:35 UTC (rev 583602)
+++ PKGBUILD	2020-02-26 23:36:22 UTC (rev 583603)
@@ -3,7 +3,7 @@
 _hkgname=text-printer
 pkgname=haskell-text-printer
 pkgver=0.5.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Abstract interface for text builders/printers."
 url="https://github.com/mvv/text-printer"
 license=('BSD')
@@ -37,6 +37,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