summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-01 02:25:08 +0200
committerhaawda2017-07-01 02:25:08 +0200
commit77638a12988b8c42dc37e3a7dc4343485221d485 (patch)
treea24a03ee9ebb0a5843ab13754adc7ba5a59fa9bf
parentfcc33357927190f9bf4ef31e84c824407e2f5a32 (diff)
downloadaur-77638a12988b8c42dc37e3a7dc4343485221d485.tar.gz
Updated version (1.4.3.8.ga1dd81d -> 1.4.3.15.gcfd4406).
Changelog ========= 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 c6749b8a56fc..bbd30804f13d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 9 18:17:05 UTC 2017
+# Sat Jul 1 00:25:08 UTC 2017
pkgbase = duc-git
pkgdesc = collection of tools for inspecting and visualizing disk usage (git version)
- pkgver = 1.4.3.8.ga1dd81d
+ pkgver = 1.4.3.15.gcfd4406
pkgrel = 1
url = http://duc.zevv.nl/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 9906dc08b342..75c2273e66c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=duc-git
-pkgver=1.4.3.8.ga1dd81d
+pkgver=1.4.3.15.gcfd4406
pkgrel=1
pkgdesc="collection of tools for inspecting and visualizing disk usage (git version)"
arch=('i686' 'x86_64')