[arch-commits] Commit in haskell-src-exts-util/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 15:40:43 UTC 2020


    Date: Friday, February 21, 2020 @ 15:40:43
  Author: felixonmars
Revision: 577658

upgpkg: haskell-src-exts-util 0.2.5-36: rebuild with tasty-golden 2.3.3

Modified:
  haskell-src-exts-util/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 15:39:51 UTC (rev 577657)
+++ PKGBUILD	2020-02-21 15:40:43 UTC (rev 577658)
@@ -3,7 +3,7 @@
 _hkgname=haskell-src-exts-util
 pkgname=haskell-src-exts-util
 pkgver=0.2.5
-pkgrel=35
+pkgrel=36
 pkgdesc="Helper functions for working with haskell-src-exts trees"
 url="https://github.com/pepeiborra/haskell-src-exts-util"
 license=("BSD")
@@ -37,6 +37,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