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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 05:31:05 UTC 2020


    Date: Sunday, February 23, 2020 @ 05:31:05
  Author: felixonmars
Revision: 579276

upgpkg: haskell-hspec-smallcheck 0.5.2-69: rebuild with logict 0.7.0.1

Modified:
  haskell-hspec-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 05:30:30 UTC (rev 579275)
+++ PKGBUILD	2020-02-23 05:31:05 UTC (rev 579276)
@@ -3,7 +3,7 @@
 _hkgname=hspec-smallcheck
 pkgname=haskell-hspec-smallcheck
 pkgver=0.5.2
-pkgrel=68
+pkgrel=69
 pkgdesc="SmallCheck support for the Hspec testing framework"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -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