summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-07 20:37:51 +0100
committerhaawda2017-12-07 20:37:51 +0100
commite797c9c5db1edad93590134a94bca051ae9910a5 (patch)
tree7f4f3b1963460f68fd62bd1475c650e6237466bf
parent77638a12988b8c42dc37e3a7dc4343485221d485 (diff)
downloadaur-e797c9c5db1edad93590134a94bca051ae9910a5.tar.gz
Updated version (1.4.3.15.gcfd4406 -> 1.4.3.16.g2dd8a4f).
Changelog ========= Changed license from GPL to LGPL (fixes #190) (2dd8a4f) Merge pull request #182 from zevv/cgi-script (cfd4406) - example CGI script to generate an index page for multiple duc DBs. (76ca82c) - put html_header generation into it's own function for eventual use by error handling. We want to ensure that all output in CGI mode sends the proper HTML headers. (6a53e1d) Merge branch 'master' of https://github.com/zevv/duc (23dff57) Fixed bug in cairo rending where cairo_fill_preserve() was used instead of cairo_fill() (a1dd81d) Made apparent size of directories 0 (9f73b98) Made some changes to the manual page describing that on some configurations some subcommands like 'duc gui' might not be available. (e0933ee) Added '-a/--apparent' option to 'duc xml'. This changes the way the -s option is interpreted from actual to apparent size. Fixes #171 (815424e) Merge branch 'master' of https://github.com/zevv/duc (db578ef) Merge branch 'master' of github.com:zevv/duc (c57e906) @stuartthebruce said: (a6d1a41) Merge pull request #167 from gsanchietti/master (2f91444) RPM spec: update to release 1.4.3 (3b7d742) Merge branch 'master' of https://github.com/zevv/duc (ad17328) Merge branch 'master' of https://github.com/zevv/duc (cbd2066)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbd30804f13d..fe73f9ca6211 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 00:25:08 UTC 2017
+# Thu Dec 7 19:37:51 UTC 2017
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.3.15.gcfd4406
+ pkgver = 1.4.3.16.g2dd8a4f
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 75c2273e66c7..c459c7d6b208 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.3.15.gcfd4406
+pkgver=1.4.3.16.g2dd8a4f
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')