summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-10-11 14:30:47 +0200
committerStefan Husmann2015-10-11 14:30:47 +0200
commitd8df7b8f77e332cfe57b2c43693de2c9ca604d5b (patch)
tree8c25e3c28491d09fc0f651152e73e7216d588f2f
parent7afbdc59215622cf9246ddd109fe83e8d7164bb7 (diff)
downloadaur-d8df7b8f77e332cfe57b2c43693de2c9ca604d5b.tar.gz
Update
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 791cbb6be038..766e171fc51e 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.42.g8a19c54
- pkgrel = 2
+ pkgver = 1.3.3.44.g077544e
+ pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 24a14c472c1d..22eb7ec53d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.3.3.42.g8a19c54
-pkgrel=2
+pkgver=1.3.3.44.g077544e
+pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')
url="http://duc.zevv.nl/"
@@ -20,9 +20,14 @@ pkgver() {
git describe --tags | sed 's|-|.|g'
}
+prepare() {
+ cd "$srcdir"/"$_gitname"
+ touch config.h.in
+}
+
build() {
cd "$srcdir"/"$_gitname"
- aclocal && autoconf && automake -a -f
+ aclocal && autoconf && automake -a -f
./configure --prefix=/usr --with-db-backend=sqlite3 --disable-ui
make
}