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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 18:57:07 UTC 2020


    Date: Tuesday, February 25, 2020 @ 18:57:06
  Author: felixonmars
Revision: 581853

upgpkg: haskell-data-textual 0.3.0.3-16: rebuild with splitmix 0.0.4

Modified:
  haskell-data-textual/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 18:55:39 UTC (rev 581852)
+++ PKGBUILD	2020-02-25 18:57:06 UTC (rev 581853)
@@ -3,7 +3,7 @@
 _hkgname=data-textual
 pkgname=haskell-data-textual
 pkgver=0.3.0.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Human-friendly textual representations."
 url="https://github.com/mvv/data-textual"
 license=('BSD')
@@ -32,6 +32,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