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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 15:02:28 UTC 2020


    Date: Friday, February 21, 2020 @ 15:02:27
  Author: felixonmars
Revision: 577607

upgpkg: haskell-doctemplates 0.8.1-2: rebuild with tasty-golden 2.3.3

Modified:
  haskell-doctemplates/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 15:01:30 UTC (rev 577606)
+++ PKGBUILD	2020-02-21 15:02:27 UTC (rev 577607)
@@ -3,7 +3,7 @@
 _hkgname=doctemplates
 pkgname=haskell-doctemplates
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc-style document templates"
 url="https://github.com/jgm/doctemplates"
 license=("BSD")
@@ -40,6 +40,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