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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 23:05:42 UTC 2020


    Date: Wednesday, February 26, 2020 @ 23:05:42
  Author: felixonmars
Revision: 583534

upgpkg: haskell-sha 1.6.4.4-11: rebuild with ghc 8.8.3

Modified:
  haskell-sha/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 23:04:44 UTC (rev 583533)
+++ PKGBUILD	2020-02-26 23:05:42 UTC (rev 583534)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-sha
 pkgver=1.6.4.4
-pkgrel=10
+pkgrel=11
 pkgdesc="Implementations of the SHA suite of message digest functions"
 url="https://hackage.haskell.org/package/SHA"
 license=('BSD3')
@@ -33,6 +33,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