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

Felix Yan felixonmars at archlinux.org
Sat Feb 22 02:49:39 UTC 2020


    Date: Saturday, February 22, 2020 @ 02:49:39
  Author: felixonmars
Revision: 577906

upgpkg: haskell-mustache 2.3.1-31: rebuild with tasty-golden 2.3.3

Modified:
  haskell-mustache/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 02:48:27 UTC (rev 577905)
+++ PKGBUILD	2020-02-22 02:49:39 UTC (rev 577906)
@@ -3,7 +3,7 @@
 _hkgname=mustache
 pkgname=haskell-mustache
 pkgver=2.3.1
-pkgrel=30
+pkgrel=31
 pkgdesc="A mustache template parser library."
 url="https://github.com/JustusAdam/mustache"
 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