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

Felix Yan felixonmars at archlinux.org
Wed Feb 26 23:16:48 UTC 2020


    Date: Wednesday, February 26, 2020 @ 23:16:47
  Author: felixonmars
Revision: 583558

upgpkg: haskell-store-core 0.4.4.2-3: rebuild with ghc 8.8.3

Modified:
  haskell-store-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-26 23:16:11 UTC (rev 583557)
+++ PKGBUILD	2020-02-26 23:16:47 UTC (rev 583558)
@@ -3,7 +3,7 @@
 _hkgname=store-core
 pkgname=haskell-store-core
 pkgver=0.4.4.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store"
 license=('MIT')
@@ -38,6 +38,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