summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-10-11 14:40:50 +0200
committerStefan Husmann2015-10-11 14:40:50 +0200
commit6d9c8a2c5519bef3f5854ac6a6a1d75abbd3620e (patch)
treec97edacc630050bba0615846fdc8557ad9e04b90
parentd8df7b8f77e332cfe57b2c43693de2c9ca604d5b (diff)
downloadaur-6d9c8a2c5519bef3f5854ac6a6a1d75abbd3620e.tar.gz
patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766e171fc51e..dd5b41c7eaee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
pkgver = 1.3.3.44.g077544e
- pkgrel = 1
+ pkgrel = 2
url = http://duc.zevv.nl/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 22eb7ec53d36..8594c5041236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
pkgver=1.3.3.44.g077544e
-pkgrel=1
+pkgrel=2
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')
url="http://duc.zevv.nl/"
@@ -23,12 +23,13 @@ pkgver() {
prepare() {
cd "$srcdir"/"$_gitname"
touch config.h.in
+ sed -i 's+ncursesw/ncurses.h+ncurses.h+' src/duc/cmd-ui.c
}
build() {
cd "$srcdir"/"$_gitname"
aclocal && autoconf && automake -a -f
- ./configure --prefix=/usr --with-db-backend=sqlite3 --disable-ui
+ ./configure --prefix=/usr --with-db-backend=sqlite3
make
}