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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:46:59 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:46:59
  Author: felixonmars
Revision: 583332

upgpkg: haskell-hxt-charproperties 9.4.0.0-4: rebuild with ghc 8.8.3

Modified:
  haskell-hxt-charproperties/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:46:11 UTC (rev 583331)
+++ PKGBUILD	2020-02-26 21:46:59 UTC (rev 583332)
@@ -3,7 +3,7 @@
 _hkgname=hxt-charproperties
 pkgname=haskell-hxt-charproperties 
 pkgver=9.4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Character properties and classes for XML and Unicode"
 url="https://github.com/UweSchmidt/hxt"
 license=('MIT')
@@ -32,6 +32,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