summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2017-06-18 22:25:47 +0200
committerhaawda2017-06-18 22:25:47 +0200
commit5c1d4d75ba7e85035bf3de1a73f29b529cbc4db6 (patch)
treed81e443db47d298e97826a5e33791e3fe4f19234 /PKGBUILD
parenta4834bb2b9960fb1b161f8f54564f0a65dfb78fe (diff)
downloadaur-svgcleaner.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c034426d5d79..979840e4a287 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=svgcleaner
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="An application that cleans svg images from unnecessary data in batch mode."
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/RazrFalcon/SVGCleaner"
license=('GPL2')
makedepends=('gcc-libs' 'cargo')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RazrFalcon/SVGCleaner/archive/v${pkgver}.tar.gz")
-sha256sums=('04190e3269f64499c2383d5d31ec06790d3ac83a835cb7764176c658622f9252')
+sha256sums=('c2a3fe8a70d58cd596366c8ec5aab5e703b97488daa4da4c2f03e723c0ae5d27')
build() {
cd "${srcdir}/svgcleaner-${pkgver}/src/"