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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 16:56:22 UTC 2020


    Date: Sunday, February 23, 2020 @ 16:56:21
  Author: felixonmars
Revision: 579845

upgpkg: haskell-boxes 0.1.5-34: rebuild with split 0.2.3.4

Modified:
  haskell-boxes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 16:55:53 UTC (rev 579844)
+++ PKGBUILD	2020-02-23 16:56:21 UTC (rev 579845)
@@ -4,7 +4,7 @@
 _hkgname=boxes
 pkgname=haskell-boxes
 pkgver=0.1.5
-pkgrel=33
+pkgrel=34
 pkgdesc="2D text pretty-printing library"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -33,6 +33,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