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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 16:13:09 UTC 2020


    Date: Tuesday, February 25, 2020 @ 16:13:08
  Author: felixonmars
Revision: 581525

upgpkg: haskell-storable-tuple 0.0.3.3-65: rebuild with splitmix 0.0.4

Modified:
  haskell-storable-tuple/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 16:12:31 UTC (rev 581524)
+++ PKGBUILD	2020-02-25 16:13:08 UTC (rev 581525)
@@ -4,7 +4,7 @@
 _hkgname=storable-tuple
 pkgname=haskell-storable-tuple
 pkgver=0.0.3.3
-pkgrel=64
+pkgrel=65
 pkgdesc="Storable instance for pairs and triples"
 url="http://code.haskell.org/~thielema/storable-tuple/"
 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