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

Felix Yan felixonmars at archlinux.org
Thu Sep 21 08:20:13 UTC 2017


    Date: Thursday, September 21, 2017 @ 08:20:12
  Author: felixonmars
Revision: 259114

upgpkg: hledger 1.3.1-6

rebuild with aeson,1.2.2.0

Modified:
  hledger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 08:18:13 UTC (rev 259113)
+++ PKGBUILD	2017-09-21 08:20:12 UTC (rev 259114)
@@ -4,7 +4,7 @@
 
 pkgname=hledger
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Command-line interface for the hledger accounting tool"
 url="http://hledger.org"
 license=("GPL")
@@ -27,7 +27,7 @@
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"    
-    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+    runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
         --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
             -f-oldtime -fterminfo -fthreaded
@@ -44,7 +44,4 @@
     install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-
-    # Remove static libs
-    find "$pkgdir"/usr/lib -name "*.a" -delete
 }



More information about the arch-commits mailing list