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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 21:30:15 UTC 2020


    Date: Sunday, February 23, 2020 @ 21:30:14
  Author: felixonmars
Revision: 580039

upgpkg: haskell-tar-conduit 0.3.2-52: rebuild with split 0.2.3.4

Modified:
  haskell-tar-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 21:29:15 UTC (rev 580038)
+++ PKGBUILD	2020-02-23 21:30:14 UTC (rev 580039)
@@ -3,7 +3,7 @@
 _hkgname=tar-conduit
 pkgname=haskell-tar-conduit
 pkgver=0.3.2
-pkgrel=51
+pkgrel=52
 pkgdesc="Extract and create tar files using conduit for streaming"
 url="https://github.com/snoyberg/tar-conduit"
 license=('MIT')
@@ -42,6 +42,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