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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 23:00:55 UTC 2020


    Date: Wednesday, February 26, 2020 @ 23:00:54
  Author: felixonmars
Revision: 583524

upgpkg: haskell-scientific 0.3.6.2-16: rebuild with ghc 8.8.3

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 23:00:05 UTC (rev 583523)
+++ PKGBUILD	2020-02-26 23:00:54 UTC (rev 583524)
@@ -4,7 +4,7 @@
 _hkgname=scientific
 pkgname=haskell-scientific
 pkgver=0.3.6.2
-pkgrel=15
+pkgrel=16
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific"
 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