summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2015-08-25 20:09:13 +0200
committerStefan Husmann2015-08-25 20:09:13 +0200
commit7afbdc59215622cf9246ddd109fe83e8d7164bb7 (patch)
treeb846713853157f3df5ec2248e7499b3aece5a30a
parent0a3f3b1fab36749f8f65c2ee58c2601da2dbfda0 (diff)
downloadaur-7afbdc59215622cf9246ddd109fe83e8d7164bb7.tar.gz
add description, correct call of autotools
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cae881308f11..791cbb6be038 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,7 @@
pkgbase = duc-git
+ pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
pkgver = 1.3.3.42.g8a19c54
- pkgrel = 1
+ pkgrel = 2
url = http://duc.zevv.nl/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b03e467214b0..24a14c472c1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
pkgver=1.3.3.42.g8a19c54
-pkgrel=1
-pkgdesc=""
+pkgrel=2
+pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')
url="http://duc.zevv.nl/"
license=('GPL2')
@@ -22,7 +22,7 @@ pkgver() {
build() {
cd "$srcdir"/"$_gitname"
- automake --add-missing
+ aclocal && autoconf && automake -a -f
./configure --prefix=/usr --with-db-backend=sqlite3 --disable-ui
make
}