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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:41:49 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:41:49
  Author: felixonmars
Revision: 583320

upgpkg: haskell-hashable-time 0.2.0.2-6: rebuild with ghc 8.8.3

Modified:
  haskell-hashable-time/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:41:14 UTC (rev 583319)
+++ PKGBUILD	2020-02-26 21:41:49 UTC (rev 583320)
@@ -3,7 +3,7 @@
 _hkgname=hashable-time
 pkgname=haskell-hashable-time
 pkgver=0.2.0.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Hashable instances for Data.Time"
 url="https://github.com/w3rs/hashable-time"
 license=('MIT')
@@ -38,6 +38,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