[arch-commits] Commit in haskell-file-embed/trunk (PKGBUILD)

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


    Date: Wednesday, February 26, 2020 @ 21:27:39
  Author: felixonmars
Revision: 583280

upgpkg: haskell-file-embed 0.0.11.1-4: rebuild with ghc 8.8.3

Modified:
  haskell-file-embed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:27:05 UTC (rev 583279)
+++ PKGBUILD	2020-02-26 21:27:39 UTC (rev 583280)
@@ -4,7 +4,7 @@
 _hkgname=file-embed
 pkgname=haskell-file-embed
 pkgver=0.0.11.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Use Template Haskell to embed file contents directly."
 url="https://github.com/snoyberg/file-embed"
 license=("BSD")
@@ -33,6 +33,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