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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 16:45:15 UTC 2020


    Date: Tuesday, February 25, 2020 @ 16:45:15
  Author: felixonmars
Revision: 581583

upgpkg: haskell-iproute 1.7.8-17: rebuild with splitmix 0.0.4

Modified:
  haskell-iproute/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 16:44:34 UTC (rev 581582)
+++ PKGBUILD	2020-02-25 16:45:15 UTC (rev 581583)
@@ -4,7 +4,7 @@
 _hkgname=iproute
 pkgname=haskell-iproute
 pkgver=1.7.8
-pkgrel=16
+pkgrel=17
 pkgdesc="IP Routing Table"
 url="https://www.mew.org/~kazu/proj/iproute/"
 license=("BSD")
@@ -33,6 +33,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