[arch-commits] Commit in haskell-snap-core/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Feb 21 17:29:03 UTC 2020


    Date: Friday, February 21, 2020 @ 17:29:03
  Author: felixonmars
Revision: 577807

upgpkg: haskell-snap-core 1.0.4.1-25: rebuild with tasty-golden 2.3.3

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-21 17:29:02 UTC (rev 577806)
+++ PKGBUILD	2020-02-21 17:29:03 UTC (rev 577807)
@@ -3,7 +3,7 @@
 _hkgname=snap-core
 pkgname=haskell-snap-core
 pkgver=1.0.4.1
-pkgrel=24
+pkgrel=25
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/JustusAdam/snap-core"
 license=('BSD')
@@ -47,6 +47,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