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

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


    Date: Tuesday, February 25, 2020 @ 12:12:42
  Author: felixonmars
Revision: 581181

upgpkg: haskell-hspec-meta 2.6.0-30: rebuild with splitmix 0.0.4

Modified:
  haskell-hspec-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 12:11:52 UTC (rev 581180)
+++ PKGBUILD	2020-02-25 12:12:42 UTC (rev 581181)
@@ -3,7 +3,7 @@
 _hkgname=hspec-meta
 pkgname=haskell-hspec-meta
 pkgver=2.6.0
-pkgrel=29
+pkgrel=30
 pkgdesc="A version of Hspec which is used to test Hspec itself"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -34,6 +34,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