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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 12:16:26 UTC 2020


    Date: Tuesday, February 25, 2020 @ 12:16:24
  Author: felixonmars
Revision: 581189

upgpkg: haskell-tasty-quickcheck 0.10.1.1-4: rebuild with splitmix 0.0.4

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 12:15:46 UTC (rev 581188)
+++ PKGBUILD	2020-02-25 12:16:24 UTC (rev 581189)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty"
 license=("MIT")
@@ -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