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

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


    Date: Wednesday, February 26, 2020 @ 11:05:26
  Author: felixonmars
Revision: 582281

upgpkg: haskell-x509-system 1.6.6-117: rebuild with splitmix 0.0.4

Modified:
  haskell-x509-system/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 11:04:52 UTC (rev 582280)
+++ PKGBUILD	2020-02-26 11:05:26 UTC (rev 582281)
@@ -4,7 +4,7 @@
 _hkgname=x509-system
 pkgname=haskell-x509-system
 pkgver=1.6.6
-pkgrel=116
+pkgrel=117
 pkgdesc="Handle per-operating-system X.509 accessors and storage"
 url="https://github.com/vincenthz/hs-certificate"
 license=("BSD")
@@ -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