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

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


    Date: Tuesday, February 25, 2020 @ 12:03:52
  Author: felixonmars
Revision: 581169

upgpkg: haskell-hspec-discover 2.7.1-26: rebuild pass 1, specified --nocheck

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 12:02:08 UTC (rev 581168)
+++ PKGBUILD	2020-02-25 12:03:52 UTC (rev 581169)
@@ -3,7 +3,7 @@
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
 pkgver=2.7.1
-pkgrel=25
+pkgrel=26
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/"
 license=('MIT')
@@ -43,6 +43,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