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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 08:39:31 UTC 2020


    Date: Thursday, February 27, 2020 @ 08:39:26
  Author: felixonmars
Revision: 583622

upgpkg: haskell-time-locale-compat 0.1.1.5-9: rebuild with ghc 8.8.3

Modified:
  haskell-time-locale-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 08:38:47 UTC (rev 583621)
+++ PKGBUILD	2020-02-27 08:39:26 UTC (rev 583622)
@@ -4,7 +4,7 @@
 _hkgname=time-locale-compat
 pkgname=haskell-time-locale-compat
 pkgver=0.1.1.5
-pkgrel=8
+pkgrel=9
 pkgdesc="Compatibile module for time-format locale"
 url="https://twitter.com/khibino/"
 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