[arch-commits] Commit in haskell-authenticate-oauth/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 16:58:57 UTC 2020


    Date: Friday, February 21, 2020 @ 16:58:57
  Author: felixonmars
Revision: 577767

upgpkg: haskell-authenticate-oauth 1.6.0.1-31: rebuild with tasty-golden 2.3.3

Modified:
  haskell-authenticate-oauth/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 16:58:12 UTC (rev 577766)
+++ PKGBUILD	2020-02-21 16:58:57 UTC (rev 577767)
@@ -3,7 +3,7 @@
 _hkgname=authenticate-oauth
 pkgname=haskell-authenticate-oauth
 pkgver=1.6.0.1
-pkgrel=30
+pkgrel=31
 pkgdesc="Library to authenticate with OAuth for Haskell web applications."
 url="https://github.com/yesodweb/authenticate"
 license=('BSD')
@@ -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