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

Felix Yan felixonmars at archlinux.org
Fri Feb 21 15:06:51 UTC 2020


    Date: Friday, February 21, 2020 @ 15:06:51
  Author: felixonmars
Revision: 577617

upgpkg: haskell-lens-aeson 1.1-6: rebuild with tasty-golden 2.3.3

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 15:05:43 UTC (rev 577616)
+++ PKGBUILD	2020-02-21 15:06:51 UTC (rev 577617)
@@ -3,7 +3,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Law-abiding lenses for aeson"
 url="https://github.com/lens/lens-aeson/"
 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