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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 17:44:34 UTC 2020


    Date: Sunday, February 23, 2020 @ 17:44:34
  Author: felixonmars
Revision: 579927

upgpkg: haskell-project-template 0.2.0.1-205: rebuild with split 0.2.3.4

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 17:43:57 UTC (rev 579926)
+++ PKGBUILD	2020-02-23 17:44:34 UTC (rev 579927)
@@ -4,7 +4,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0.1
-pkgrel=204
+pkgrel=205
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide"
 license=("BSD")
@@ -39,6 +39,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