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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 21:42:31 UTC 2020


    Date: Sunday, February 23, 2020 @ 21:42:31
  Author: felixonmars
Revision: 580061

upgpkg: haskell-tagstream-conduit 0.5.5.3-330: rebuild with split 0.2.3.4

Modified:
  haskell-tagstream-conduit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 21:41:47 UTC (rev 580060)
+++ PKGBUILD	2020-02-23 21:42:31 UTC (rev 580061)
@@ -4,7 +4,7 @@
 _hkgname=tagstream-conduit
 pkgname=haskell-tagstream-conduit
 pkgver=0.5.5.3
-pkgrel=329
+pkgrel=330
 pkgdesc="Streamlined html tag parser"
 url="https://github.com/yihuang/tagstream-conduit"
 license=("BSD")
@@ -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