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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 16:59:45 UTC 2020


    Date: Tuesday, February 25, 2020 @ 16:59:44
  Author: felixonmars
Revision: 581609

upgpkg: haskell-rsa 2.4.1-11: rebuild with splitmix 0.0.4

Modified:
  haskell-rsa/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 16:58:25 UTC (rev 581608)
+++ PKGBUILD	2020-02-25 16:59:44 UTC (rev 581609)
@@ -3,7 +3,7 @@
 _hkgname=RSA
 pkgname=haskell-rsa
 pkgver=2.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Implementation of RSA, using the padding schemes of PKCS#1 v2.1."
 url="https://github.com/GaloisInc/rsa"
 license=('BSD')
@@ -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