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

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


    Date: Wednesday, February 26, 2020 @ 11:04:37
  Author: felixonmars
Revision: 582279

upgpkg: haskell-x509-store 1.6.7-49: rebuild with splitmix 0.0.4

Modified:
  haskell-x509-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 11:04:00 UTC (rev 582278)
+++ PKGBUILD	2020-02-26 11:04:37 UTC (rev 582279)
@@ -4,7 +4,7 @@
 _hkgname=x509-store
 pkgname=haskell-x509-store
 pkgver=1.6.7
-pkgrel=48
+pkgrel=49
 pkgdesc="X.509 collection accessing and storing methods"
 url="https://github.com/vincenthz/hs-certificate"
 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