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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 22:35:32 UTC 2020


    Date: Tuesday, February 25, 2020 @ 22:35:32
  Author: felixonmars
Revision: 582162

upgpkg: haskell-x11 1.9.1-13: rebuild with splitmix 0.0.4

Modified:
  haskell-x11/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 22:34:25 UTC (rev 582161)
+++ PKGBUILD	2020-02-25 22:35:32 UTC (rev 582162)
@@ -5,7 +5,7 @@
 _hkgname=X11
 pkgname=haskell-x11
 pkgver=1.9.1
-pkgrel=12
+pkgrel=13
 pkgdesc="A Haskell binding to the X11 graphics library."
 arch=(x86_64)
 url="https://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11"
@@ -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