summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2016-11-09 01:04:12 +0100
committerStefan Husmann2016-11-09 01:04:12 +0100
commitd5c5b48a002ba355181c58a677f5ae3e6137adf4 (patch)
treecfab3b3d9f69d36b422f7200531a4544df5fd7d0
parentbb1a5195ad3bc462a7972402f7ee8b0ea11e4586 (diff)
downloadaur-d5c5b48a002ba355181c58a677f5ae3e6137adf4.tar.gz
Updated version (1.4.1.52.gcf46b52 -> 1.4.1.55.g936788a).
Changelog ========= Update TODO.md (936788a) Added README.md; a list with nice-to-haves to implement one day (c5c3f1a) Added -n/--name-sort option to 'duc ui' and 'duc ls'. Closes #144 (3a1d20e) Merge pull request #150 from bsfc1685/bsfcmods (cf46b52) Prevent final output of progress_cb() from being overwritten with the prompt (009f2fc) Merge branch 'master' of https://github.com/zevv/duc (7d17b9a) Refactoring of serializing of common objects in buffer.c (e046066) Small cleanups in buffer.c (f68acec) Documentation update (b71a08f) Added support for lmdb database backend (0d35ba0) Updated Changelog (00971cf) - update the manual to all about how to build from git clone ... (fb986e8) fix seg fault by checking e before e->type (79a1004) fixed bug report #135 where index time not reported properly. (b4f02be) Merge branch 'master' of https://github.com/zevv/duc (709b12d) Also try to read config from ~/.config/duc/ducrc; this conforms to the freedesktop standard and should be used instead of ~/.ducrc (9a6a12e) Only accept left button clicks in html graph browsing; this allows he right mouse context menu to work (109b3b8) Updated docs (7654234) Added --full-path option to 'duc ls'; this causes duc to print the full path name of each entry in a recursive view instead of printing a graphical tree (b8b9d5f) Added 'duc' binary to .gitignore (19bf8e7) Added 'classic' palette which restores a bit of the old Philesight look. Also fixed line stroking for HTML drawing backend (b0a7780) Merge branch 'master' of https://github.com/zevv/duc (2aa92ed) - added in examples/duc.css showing all CSS options supported - updated docs to refer to this file. (6844ca3) Merge branch 'master' of github.com:zevv/duc (e991e0c) Updated INSTALL file with note about TC incompatibility between debian and other os's (33fe36e) Merge pull request #146 from jwilk/spelling (7b3d826) Fix typos (df1b884) Merge pull request #140 from jmtd/patch-2 (5e67f95) Merge pull request #141 from jmtd/patch-3 (9c84836) Merge pull request #139 from jmtd/patch-1 (ba66b6f) Update duc.1.html (ec6a09a) Update duc.1 (598ac03) Update duc.md (3728c77) Merge branch 'master' of https://github.com/zevv/duc (6033c71) Merge branch 'master' of github.com:zevv/duc (be054b2) Split dir and file count in ui status bar; added '0' and '$' keys for home/end in ui (64950c4) Added home/end keys in ui (5821d2d) Merge pull request #137 from jlazic/master (bee667b) Change configure option --disable-graph to --disable-cairo (bf9526c) Updated changelog (244fa54) Changed PATH_MAX to DUC_PATH_MAX to fix building on GNU/Hurd (2296d43) Merge pull request #134 from NP-Hardass/master (dd4df19) gentoo: Overhaul and bump to 1.4.1. Includes live ebuild. (0e68e12) Updated changelog (8e81cc6) Fixed alignment of CGI labels (893be07) Fixed alignment of CGI labels (f657011) Fixed printing of multiline labels in CGI graph (f5ddc24) Merge pull request #132 from baierjan/patch-1 (aaf4ef8) Log full path names when skipping items during scan (256abc6) Updated changelog (38752de) Revert "graph-cairo backend optimization" (37a389c) Revert "- hacks to get duc compiling on RHEL 5.x systems, since autoreconf" (e8d7df6) Merge branch 'master' of https://github.com/zevv/duc (c92bb96) Update cmd-cgi.c (dd652c0) - hacks to get duc compiling on RHEL 5.x systems, since autoreconf fails. (f06c6dc)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92b09097e85c..61c2ca44c241 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 20:02:15 UTC 2016
+# Wed Nov 9 00:04:11 UTC 2016
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.1.52.gcf46b52
+ pkgver = 1.4.1.55.g936788a
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d0ca447a29d5..4938eed18173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.1.52.gcf46b52
+pkgver=1.4.1.55.g936788a
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')