[arch-commits] Commit in haskell-wl-pprint-extras/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Feb 25 22:30:41 UTC 2020


    Date: Tuesday, February 25, 2020 @ 22:30:41
  Author: felixonmars
Revision: 582154

upgpkg: haskell-wl-pprint-extras 3.5.0.5-135: rebuild with splitmix 0.0.4

Modified:
  haskell-wl-pprint-extras/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 22:30:02 UTC (rev 582153)
+++ PKGBUILD	2020-02-25 22:30:41 UTC (rev 582154)
@@ -3,7 +3,7 @@
 _hkgname=wl-pprint-extras
 pkgname=haskell-wl-pprint-extras
 pkgver=3.5.0.5
-pkgrel=134
+pkgrel=135
 pkgdesc="A free monad based on the Wadler/Leijen pretty printer"
 url="https://github.com/ekmett/wl-pprint-extras/"
 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