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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 15:59:18 UTC 2020


    Date: Friday, February 21, 2020 @ 15:59:18
  Author: felixonmars
Revision: 577685

upgpkg: haskell-hedgehog 1.0.2-10: rebuild with tasty-golden 2.3.3

Modified:
  haskell-hedgehog/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 15:58:11 UTC (rev 577684)
+++ PKGBUILD	2020-02-21 15:59:18 UTC (rev 577685)
@@ -4,7 +4,7 @@
 _hkgname=hedgehog
 pkgname=haskell-hedgehog
 pkgver=1.0.2
-pkgrel=9
+pkgrel=10
 pkgdesc="A modern property-based testing system"
 url="https://hedgehog.qa"
 license=("BSD")
@@ -46,6 +46,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