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

Felix Yan felixonmars at archlinux.org
Tue Nov 6 20:40:24 UTC 2018


    Date: Tuesday, November 6, 2018 @ 20:40:24
  Author: felixonmars
Revision: 402139

upgpkg: haskell-store-core 0.4.4-3

rebuild with ghc 8.6.1

Modified:
  haskell-store-core/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-06 20:39:49 UTC (rev 402138)
+++ PKGBUILD	2018-11-06 20:40:24 UTC (rev 402139)
@@ -3,7 +3,7 @@
 _hkgname=store-core
 pkgname=haskell-store-core
 pkgver=0.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Fast and lightweight binary serialization"
 url="https://github.com/fpco/store"
 license=('MIT')
@@ -17,7 +17,7 @@
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+        --prefix=/usr --docdir=/usr/share/doc/$pkgname \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-force-alignment
     runhaskell Setup build
@@ -30,9 +30,9 @@
 package() {
     cd $_hkgname-$pkgver
     
-    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 -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"
 }



More information about the arch-commits mailing list