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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 15:43:53 UTC 2020


    Date: Tuesday, February 25, 2020 @ 15:43:53
  Author: felixonmars
Revision: 581467

upgpkg: haskell-psqueues 0.2.7.2-22: rebuild with splitmix 0.0.4

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 15:42:55 UTC (rev 581466)
+++ PKGBUILD	2020-02-25 15:43:53 UTC (rev 581467)
@@ -4,7 +4,7 @@
 _hkgname=psqueues
 pkgname=haskell-psqueues
 pkgver=0.2.7.2
-pkgrel=21
+pkgrel=22
 pkgdesc="Pure priority search queues"
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=("BSD")
@@ -39,6 +39,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