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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 14:52:13 UTC 2020


    Date: Friday, February 21, 2020 @ 14:52:12
  Author: felixonmars
Revision: 577584

upgpkg: haskell-aeson-better-errors 0.9.1.0-156: rebuild with tasty-golden 2.3.3

Modified:
  haskell-aeson-better-errors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 14:52:10 UTC (rev 577583)
+++ PKGBUILD	2020-02-21 14:52:12 UTC (rev 577584)
@@ -4,7 +4,7 @@
 _hkgname=aeson-better-errors
 pkgname=haskell-aeson-better-errors
 pkgver=0.9.1.0
-pkgrel=155
+pkgrel=156
 pkgdesc="Better error messages when decoding JSON values."
 url="https://github.com/hdgarrood/aeson-better-errors"
 license=("MIT")
@@ -34,6 +34,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