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

Felix Yan felixonmars at archlinux.org
Tue Feb 25 16:12:17 UTC 2020


    Date: Tuesday, February 25, 2020 @ 16:12:15
  Author: felixonmars
Revision: 581523

upgpkg: haskell-storable-complex 0.2.3.0-40: rebuild with splitmix 0.0.4

Modified:
  haskell-storable-complex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-25 16:11:35 UTC (rev 581522)
+++ PKGBUILD	2020-02-25 16:12:15 UTC (rev 581523)
@@ -4,7 +4,7 @@
 _hkgname=storable-complex
 pkgname=haskell-storable-complex
 pkgver=0.2.3.0
-pkgrel=39
+pkgrel=40
 pkgdesc="Storable instance for Complex"
 url="https://github.com/cartazio/storable-complex"
 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