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

Felix Yan felixonmars at archlinux.org
Sun Feb 23 05:33:05 UTC 2020


    Date: Sunday, February 23, 2020 @ 05:33:05
  Author: felixonmars
Revision: 579278

upgpkg: haskell-store 0.7.2-9: rebuild with logict 0.7.0.1

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-23 05:31:13 UTC (rev 579277)
+++ PKGBUILD	2020-02-23 05:33:05 UTC (rev 579278)
@@ -3,7 +3,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.7.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store"
 license=('BSD')
@@ -45,6 +45,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