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

Felix Yan felixonmars at archlinux.org
Thu Sep 21 08:22:37 UTC 2017


    Date: Thursday, September 21, 2017 @ 08:22:37
  Author: felixonmars
Revision: 259116

upgpkg: hledger-ui 1.3.1-8

rebuild with aeson,1.2.2.0

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-21 08:20:44 UTC (rev 259115)
+++ PKGBUILD	2017-09-21 08:22:37 UTC (rev 259116)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Curses-style user 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-executable-dynamic \
+    runhaskell Setup configure -O --enable-executable-dynamic --disable-library-vanilla \
         --prefix=/usr --docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
             -f-oldtime -fthreaded
     runhaskell Setup build



More information about the arch-commits mailing list