[arch-commits] Commit in haskell-aeson-diff/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 13:33:07 UTC 2020


    Date: Friday, February 21, 2020 @ 13:33:06
  Author: felixonmars
Revision: 577518

upgpkg: haskell-aeson-diff 1.1.0.8-40: rebuild with hlint 2.2.8

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 13:31:20 UTC (rev 577517)
+++ PKGBUILD	2020-02-21 13:33:06 UTC (rev 577518)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.8
-pkgrel=39
+pkgrel=40
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff"
 license=('BSD')
@@ -40,6 +40,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