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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 19:52:16 UTC 2020


    Date: Tuesday, February 25, 2020 @ 19:52:15
  Author: felixonmars
Revision: 581961

upgpkg: haskell-uniplate 1.6.12-67: rebuild with splitmix 0.0.4

Modified:
  haskell-uniplate/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 19:51:30 UTC (rev 581960)
+++ PKGBUILD	2020-02-25 19:52:15 UTC (rev 581961)
@@ -4,7 +4,7 @@
 _hkgname=uniplate
 pkgname=haskell-uniplate
 pkgver=1.6.12
-pkgrel=66
+pkgrel=67
 pkgdesc="Help writing simple, concise and fast generic operations."
 url="http://community.haskell.org/~ndm/uniplate/"
 license=("BSD")
@@ -34,6 +34,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