[arch-commits] Commit in haskell-auto-update/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 16:15:42 UTC 2020


    Date: Friday, February 21, 2020 @ 16:15:42
  Author: felixonmars
Revision: 577717

upgpkg: haskell-auto-update 0.1.6-31: rebuild with tasty-golden 2.3.3

Modified:
  haskell-auto-update/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 16:15:02 UTC (rev 577716)
+++ PKGBUILD	2020-02-21 16:15:42 UTC (rev 577717)
@@ -4,7 +4,7 @@
 _hkgname=auto-update
 pkgname=haskell-auto-update
 pkgver=0.1.6
-pkgrel=30
+pkgrel=31
 pkgdesc="Efficiently run periodic, on-demand actions"
 url="https://github.com/yesodweb/wai"
 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