[arch-commits] Commit in haskell-wai-conduit/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Feb 23 17:49:10 UTC 2020


    Date: Sunday, February 23, 2020 @ 17:49:10
  Author: felixonmars
Revision: 579939

upgpkg: haskell-wai-conduit 3.0.0.4-177: rebuild with split 0.2.3.4

Modified:
  haskell-wai-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 17:48:39 UTC (rev 579938)
+++ PKGBUILD	2020-02-23 17:49:10 UTC (rev 579939)
@@ -4,7 +4,7 @@
 _hkgname=wai-conduit
 pkgname=haskell-wai-conduit
 pkgver=3.0.0.4
-pkgrel=176
+pkgrel=177
 pkgdesc="Conduit wrappers for WAI"
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -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