[arch-commits] Commit in haskell-bsb-http-chunked/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 16:13:47 UTC 2020


    Date: Friday, February 21, 2020 @ 16:13:46
  Author: felixonmars
Revision: 577713

upgpkg: haskell-bsb-http-chunked 0.0.0.4-70: rebuild with tasty-golden 2.3.3

Modified:
  haskell-bsb-http-chunked/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 16:13:02 UTC (rev 577712)
+++ PKGBUILD	2020-02-21 16:13:46 UTC (rev 577713)
@@ -3,7 +3,7 @@
 _hkgname=bsb-http-chunked
 pkgname=haskell-bsb-http-chunked
 pkgver=0.0.0.4
-pkgrel=69
+pkgrel=70
 pkgdesc="Chunked HTTP transfer encoding for bytestring builders"
 url="https://github.com/sjakobi/bsb-http-chunked"
 license=('BSD')
@@ -43,6 +43,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