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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 22:19:21 UTC 2020


    Date: Wednesday, February 26, 2020 @ 22:19:21
  Author: felixonmars
Revision: 583414

upgpkg: haskell-old-locale 1.0.0.7-22: rebuild with ghc 8.8.3

Modified:
  haskell-old-locale/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 22:18:47 UTC (rev 583413)
+++ PKGBUILD	2020-02-26 22:19:21 UTC (rev 583414)
@@ -3,7 +3,7 @@
 _hkgname=old-locale
 pkgname=haskell-old-locale
 pkgver=1.0.0.7
-pkgrel=21
+pkgrel=22
 pkgdesc="This package provides the ability to adapt to locale conventions such as date and time formats."
 url="https://hackage.haskell.org/package/${_hkgname}"
 license=('BSD')
@@ -36,6 +36,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