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

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


    Date: Sunday, February 23, 2020 @ 17:31:29
  Author: felixonmars
Revision: 579907

upgpkg: haskell-cryptohash-conduit 0.1.1-341: rebuild with split 0.2.3.4

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 17:30:55 UTC (rev 579906)
+++ PKGBUILD	2020-02-23 17:31:29 UTC (rev 579907)
@@ -4,7 +4,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=340
+pkgrel=341
 pkgdesc="cryptohash conduit"
 url="https://github.com/vincenthz/hs-cryptohash-conduit"
 license=("BSD")
@@ -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