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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:42:43 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:42:41
  Author: felixonmars
Revision: 583322

upgpkg: haskell-heaps 0.3.6.1-6: rebuild with ghc 8.8.3

Modified:
  haskell-heaps/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:42:03 UTC (rev 583321)
+++ PKGBUILD	2020-02-26 21:42:41 UTC (rev 583322)
@@ -3,7 +3,7 @@
 _hkgname=heaps
 pkgname=haskell-heaps
 pkgver=0.3.6.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Asymptotically optimal Brodal/Okasaki heaps"
 url="https://github.com/ekmett/heaps"
 license=('BSD')
@@ -37,6 +37,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