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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 21:28:26 UTC 2020


    Date: Sunday, February 23, 2020 @ 21:28:26
  Author: felixonmars
Revision: 580035

upgpkg: haskell-wai-websockets 3.0.1.2-122: rebuild with split 0.2.3.4

Modified:
  haskell-wai-websockets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 21:27:55 UTC (rev 580034)
+++ PKGBUILD	2020-02-23 21:28:26 UTC (rev 580035)
@@ -4,7 +4,7 @@
 _hkgname=wai-websockets
 pkgname=haskell-wai-websockets
 pkgver=3.0.1.2
-pkgrel=121
+pkgrel=122
 pkgdesc="Provide a bridge between WAI and the websockets package."
 url="https://github.com/yesodweb/wai"
 license=("MIT")
@@ -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