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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 11:53:44 UTC 2020


    Date: Tuesday, February 25, 2020 @ 11:53:44
  Author: felixonmars
Revision: 581153

upgpkg: haskell-nanospec 0.2.2-16: rebuild pass 1, specified --nocheck

Modified:
  haskell-nanospec/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 11:52:31 UTC (rev 581152)
+++ PKGBUILD	2020-02-25 11:53:44 UTC (rev 581153)
@@ -3,7 +3,7 @@
 _hkgname=nanospec
 pkgname=haskell-nanospec
 pkgver=0.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc="A lightweight implementation of a subset of Hspec's API"
 url="https://github.com/commercialhaskell/nanospec"
 license=('MIT')
@@ -44,6 +44,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