summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-03-07 18:59:50 +0100
committerStefan Husmann2016-03-07 18:59:50 +0100
commit2806064e600f68d5bb3611873cd15ccba2420c2c (patch)
tree8a39630702e4e748ca5d5b6647eb36d5d6cec2d8
parent2efbfe810fe48a9b920534a135aa10d3409853cf (diff)
downloadaur-2806064e600f68d5bb3611873cd15ccba2420c2c.tar.gz
Updated version (1.4.0.12.g02a35cc -> 1.4.0.14.g9d1de3e).
Changelog ========= 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 13769afd1630..66fc0d37b009 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Mar 6 21:30:41 UTC 2016
+# Mon Mar 7 17:59:50 UTC 2016
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.0.12.g02a35cc
+ pkgver = 1.4.0.14.g9d1de3e
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 62ade40960f3..0ee01582fbcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.0.12.g02a35cc
+pkgver=1.4.0.14.g9d1de3e
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')