[arch-commits] Commit in haskell-xss-sanitize/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 22 02:41:01 UTC 2020


    Date: Saturday, February 22, 2020 @ 02:41:00
  Author: felixonmars
Revision: 577894

upgpkg: haskell-xss-sanitize 0.3.6-62: rebuild with tasty-golden 2.3.3

Modified:
  haskell-xss-sanitize/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 02:40:23 UTC (rev 577893)
+++ PKGBUILD	2020-02-22 02:41:00 UTC (rev 577894)
@@ -4,7 +4,7 @@
 _hkgname=xss-sanitize
 pkgname=haskell-xss-sanitize
 pkgver=0.3.6
-pkgrel=61
+pkgrel=62
 pkgdesc="sanitize untrusted HTML to prevent XSS attacks"
 url="https://github.com/yesodweb/haskell-xss-sanitize"
 license=("custom:BSD2")
@@ -35,6 +35,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