Date: Monday, March 21, 2022 @ 02:04:30
  Author: felixonmars
Revision: 1166484

upgpkg: hledger-ui 1.25-20: rebuild with brick 0.65.1

Modified:
  hledger-ui/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-03-21 02:04:10 UTC (rev 1166483)
+++ PKGBUILD    2022-03-21 02:04:30 UTC (rev 1166484)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-ui
 pkgver=1.25
-pkgrel=19
+pkgrel=20
 pkgdesc="Curses-style terminal interface for the hledger accounting system"
 url="http://hledger.org";
 license=("GPL")
@@ -21,7 +21,7 @@
 build() {
     cd $pkgname-$pkgver
     runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
-        --prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" \
+        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir=$pkgname 
\
             -fthreaded
     runhaskell Setup build $MAKEFLAGS
 }

Reply via email to