summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-01-24 14:23:53 +0100
committerStefan Husmann2017-01-24 14:23:53 +0100
commit2b420a1311d40f978b7815abf143c09ccf3ed5b5 (patch)
treebd2b0927353ed7d59854621ec43b304234e8cd2b
parent3eef2136d8d2135ac838ba8c0792d2c6b527cfd4 (diff)
downloadaur-2b420a1311d40f978b7815abf143c09ccf3ed5b5.tar.gz
Updated version (0.8.0.341 -> 0.8.0.342).
Changelog ========= Added testing stats for 'scour'. Some refactoring. (8d6bf38) '--remove-needless-attributes' and '--remove-default-attributes' now supports 'overflow' attribute. (5d9ef20) Fixed gradients with one 'stop' children processing in '--remove-invisible-elements'. (eed36ae) Fixed build against invalid version of the 'phf'. (d29bd7b) Fixed incorrect grouping in '--group-by-style'. '--group-by-style' can group by 'transform' now. (c8faf14) Fixed attributes collecting in '--group-by-style'. (4a2505b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09877aefcaf3..8ff0887ba3ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Jan 22 19:55:42 UTC 2017
+# Tue Jan 24 13:23:53 UTC 2017
pkgbase = svgcleaner-git
pkgdesc = Program for reducing size of svg images without loss
- pkgver = 0.8.0.341
+ pkgver = 0.8.0.342
pkgrel = 1
url = https://github.com/RazrFalcon/SVGCleaner
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index c646057c73fa..5eeed2925b14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=svgcleaner-git
-pkgver=0.8.0.341
+pkgver=0.8.0.342
pkgrel=1
pkgdesc="Program for reducing size of svg images without loss"
arch=('i686' 'x86_64')