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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 19:05:58 UTC 2020


    Date: Tuesday, February 25, 2020 @ 19:05:58
  Author: felixonmars
Revision: 581871

upgpkg: haskell-either 5.0.1.1-48: rebuild with splitmix 0.0.4

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 19:05:19 UTC (rev 581870)
+++ PKGBUILD	2020-02-25 19:05:58 UTC (rev 581871)
@@ -4,7 +4,7 @@
 _hkgname=either
 pkgname=haskell-either
 pkgver=5.0.1.1
-pkgrel=47
+pkgrel=48
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/"
 license=("BSD")
@@ -38,6 +38,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