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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 11:10:42 UTC 2020


    Date: Wednesday, February 26, 2020 @ 11:10:42
  Author: felixonmars
Revision: 582287

upgpkg: haskell-connection 0.3.1-22: rebuild with splitmix 0.0.4

Modified:
  haskell-connection/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 11:08:16 UTC (rev 582286)
+++ PKGBUILD	2020-02-26 11:10:42 UTC (rev 582287)
@@ -4,7 +4,7 @@
 _hkgname=connection
 pkgname=haskell-connection
 pkgver=0.3.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Simple and easy network connections API"
 url="https://github.com/vincenthz/hs-connection"
 license=("BSD")
@@ -35,6 +35,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