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

Felix Yan felixonmars at archlinux.org
Sat Feb 22 02:48:13 UTC 2020


    Date: Saturday, February 22, 2020 @ 02:48:13
  Author: felixonmars
Revision: 577904

upgpkg: haskell-githash 0.1.3.3-45: rebuild with tasty-golden 2.3.3

Modified:
  haskell-githash/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 02:47:21 UTC (rev 577903)
+++ PKGBUILD	2020-02-22 02:48:13 UTC (rev 577904)
@@ -3,7 +3,7 @@
 _hkgname=githash
 pkgname=haskell-githash
 pkgver=0.1.3.3
-pkgrel=44
+pkgrel=45
 pkgdesc="Some handy Template Haskell splices for including the current git hash and branch in the code of your project"
 url="https://github.com/snoyberg/githash"
 license=('BSD')
@@ -42,6 +42,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