[arch-commits] Commit in haskell-zlib-bindings/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Feb 27 22:50:04 UTC 2020


    Date: Thursday, February 27, 2020 @ 22:50:04
  Author: felixonmars
Revision: 584912

upgpkg: haskell-zlib-bindings 0.1.1.5-18: rebuild with ghc 8.8.3

Modified:
  haskell-zlib-bindings/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 22:49:27 UTC (rev 584911)
+++ PKGBUILD	2020-02-27 22:50:04 UTC (rev 584912)
@@ -4,7 +4,7 @@
 _hkgname=zlib-bindings
 pkgname=haskell-zlib-bindings
 pkgver=0.1.1.5
-pkgrel=17
+pkgrel=18
 pkgdesc="Low-level bindings to the zlib package."
 url="https://github.com/snapframework/zlib-bindings"
 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