summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-03-08 21:43:42 +0100
committerStefan Husmann2016-03-08 21:43:42 +0100
commitaacf944ef3e517e2074db536c51e040b3d247f5f (patch)
treea9bc0c58dd219b0f3f5585e81f5f32c5e26a1b8f
parent2806064e600f68d5bb3611873cd15ccba2420c2c (diff)
downloadaur-aacf944ef3e517e2074db536c51e040b3d247f5f.tar.gz
Updated version (1.4.0.14.g9d1de3e -> 1.4.0.15.gb18593e).
Changelog ========= graph-cairo backend optimization (b18593e) Print leveldb error text to stderr if leveldb_open() fails (9d1de3e) Removed debugging print (461107a) Removed debugging printf (02a35cc) Added --fs-exclude and --fs-include options to 'duc index' (0de86d8) whitespace cleanups (9ab51c4) cleanup graph-html (9603edd) Disabled gradients in graph by default. This option is now confugrable using the --gradient option or 'g' key in gui (fcdbd1e) changelog update (e138006) Fixed faulty CGI decoding (7da6e5d) Always show size in cgi index list, not count (6a1a8da) Show all size types in the graph tooltip, both in gui and cgi, independent of the 'bytes' and 'count' options (f0c7331) Upated changelog (71400a7) Fixed CGI handling for directories with a space in the file name. The used to work fine in an earlier version but broke somewhere along the way. One more reason not to write CGI's in C (b707d4f) Updated changelog (509caf5)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66fc0d37b009..9c5e5aee7694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Mar 7 17:59:50 UTC 2016
+# Tue Mar 8 20:43:42 UTC 2016
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.0.14.g9d1de3e
+ pkgver = 1.4.0.15.gb18593e
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 0ee01582fbcb..bfeea47a2f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.0.14.g9d1de3e
+pkgver=1.4.0.15.gb18593e
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')