summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-12-28 20:19:21 +0100
committerStefan Husmann2016-12-28 20:19:21 +0100
commitf66bfe015d3074ec97fc867358a59ed4f2975ac5 (patch)
tree4a031a27ce57fe88086e1795f516aaee11b9ecec /PKGBUILD
parent646cbc63333d1fb115d3408c2a070cd8f39d9b4a (diff)
downloadaur-f66bfe015d3074ec97fc867358a59ed4f2975ac5.tar.gz
Updated version (1.4.2.7.g2f21c16 -> 1.4.2.17.gce2aedb).
Changelog ========= Merge branch 'master' of github.com:zevv/duc (ce2aedb) lmdb db maximum map size now depends on the architecture word size. For 32 bit machines we limit to 1GB, for 64 bit machines the max is now 256 Gb (dbd0ca3) Merge pull request #162 from jbd/master (a01acda) Update manual.txt (d0ce68b) Add a compilation note for lmdb backend and redhat users (3ccfc83) Update manual.txt (015b45d) If the --progress option is enabled on 'duc index' a new log_callback() handler is installed that cleans the current line to prevent logging and progress output to mess up each others output (6a15dad) Fixed reading mounted file systems; I broe this when removing one too many strtok() in 495be899016fa15f3cdda6520f1c0e9fb75497d7 (be4c5a2) Cleaned up some unused variables (495be89) fixed naive lmdb database handling which caused the database to be opened always in read/write mode, effectively blocking any reads while 'duc index' is run. Closes #160 (87ad909) Merge pull request #159 from jbd/master (2f21c16) Minor manual updates (6051045) Merge branch 'master' of github.com:zevv/duc (a5cad54) Added kyotocabinet database backend support (3dcf2ab) Merge pull request #157 from gsanchietti/master (d5d4431) RPM spec: update to release 1.4.2 (ba17450) cairo graph label location is now always rounded to nearby integers to allow better font rendering with less fuzz (df6d933)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0e53d13920e..0c6710a72976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.2.7.g2f21c16
+pkgver=1.4.2.17.gce2aedb
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')