[arch-commits] Commit in haskell-yesod-auth/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Feb 22 03:04:44 UTC 2020


    Date: Saturday, February 22, 2020 @ 03:04:43
  Author: felixonmars
Revision: 577922

upgpkg: haskell-yesod-auth 1.6.9-10: rebuild with tasty-golden 2.3.3

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 03:03:26 UTC (rev 577921)
+++ PKGBUILD	2020-02-22 03:04:43 UTC (rev 577922)
@@ -4,7 +4,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.6.9
-pkgrel=9
+pkgrel=10
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/"
 license=("MIT")
@@ -42,6 +42,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