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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 10:15:05 UTC 2020


    Date: Friday, February 21, 2020 @ 10:15:05
  Author: felixonmars
Revision: 577495

upgpkg: haskell-http-download 0.1.0.1-41: rebuild with path-io 1.5.0

Modified:
  haskell-http-download/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 10:13:29 UTC (rev 577494)
+++ PKGBUILD	2020-02-21 10:15:05 UTC (rev 577495)
@@ -3,7 +3,7 @@
 _hkgname=http-download
 pkgname=haskell-http-download
 pkgver=0.1.0.1
-pkgrel=40
+pkgrel=41
 pkgdesc="Verified downloads with retries"
 url="https://github.com/commercialhaskell/http-download"
 license=('MIT')
@@ -45,6 +45,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"
+    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