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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:00:20 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:00:19
  Author: felixonmars
Revision: 583214

upgpkg: haskell-conversion-text 1.0.1-11: rebuild with ghc 8.8.3

Modified:
  haskell-conversion-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 20:59:37 UTC (rev 583213)
+++ PKGBUILD	2020-02-26 21:00:19 UTC (rev 583214)
@@ -3,7 +3,7 @@
 _hkgname=conversion-text
 pkgname=haskell-conversion-text
 pkgver=1.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Conversion instances for the text library"
 url="https://github.com/nikita-volkov/conversion-text"
 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