[arch-commits] Commit in haskell-hslua-module-text/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 25 18:44:33 UTC 2020


    Date: Tuesday, February 25, 2020 @ 18:44:33
  Author: felixonmars
Revision: 581825

upgpkg: haskell-hslua-module-text 0.2.1-37: rebuild with splitmix 0.0.4

Modified:
  haskell-hslua-module-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 18:43:56 UTC (rev 581824)
+++ PKGBUILD	2020-02-25 18:44:33 UTC (rev 581825)
@@ -4,7 +4,7 @@
 _hkgname=hslua-module-text
 pkgname=haskell-hslua-module-text
 pkgver=0.2.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Lua module for text"
 url="https://github.com/hslua/hslua-module-test"
 license=("MIT")
@@ -38,6 +38,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