[arch-commits] Commit in haskell-js-dgtable/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Feb 26 21:56:36 UTC 2020


    Date: Wednesday, February 26, 2020 @ 21:56:35
  Author: felixonmars
Revision: 583356

upgpkg: haskell-js-dgtable 0.5.2-5: rebuild with ghc 8.8.3

Modified:
  haskell-js-dgtable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 21:56:01 UTC (rev 583355)
+++ PKGBUILD	2020-02-26 21:56:35 UTC (rev 583356)
@@ -3,7 +3,7 @@
 _hkgname=js-dgtable
 pkgname=haskell-js-dgtable
 pkgver=0.5.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Obtain minified jquery.dgtable code"
 url="https://github.com/ndmitchell/js-dgtable"
 license=('MIT')
@@ -37,6 +37,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