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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 18:20:03 UTC 2020


    Date: Friday, February 21, 2020 @ 18:20:02
  Author: felixonmars
Revision: 577845

upgpkg: haskell-hspec-wai-json 0.9.2-123: rebuild with tasty-golden 2.3.3

Modified:
  haskell-hspec-wai-json/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 18:19:01 UTC (rev 577844)
+++ PKGBUILD	2020-02-21 18:20:02 UTC (rev 577845)
@@ -4,7 +4,7 @@
 _hkgname=hspec-wai-json
 pkgname=haskell-hspec-wai-json
 pkgver=0.9.2
-pkgrel=122
+pkgrel=123
 pkgdesc="Testing JSON APIs with hspec-wai"
 url="https://github.com/hspec/hspec-wai"
 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