summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-10-31 15:09:24 -0200
committerBermond2016-10-31 15:09:24 -0200
commit0f9d47c23d434602db0abaaca23f710b4310aae1 (patch)
treec73ec2fd7bbdb7d24ed5e84c9674afeedf7ce1bf
parent598658ddad9fd62dc96916825e832c9d23996252 (diff)
downloadaur-0f9d47c23d434602db0abaaca23f710b4310aae1.tar.gz
Updated to version 1.8.10
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a82658fd7f..9a4ec4e24b9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Oct 13 00:39:19 UTC 2016
+# Mon Oct 31 17:08:51 UTC 2016
pkgbase = pngcrush-bundled
pkgdesc = A tool for optimizing the compression of PNG files (with bundled libpng and zlib)
- pkgver = 1.8.8
+ pkgver = 1.8.10
pkgrel = 1
url = http://pmt.sourceforge.net/pngcrush/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = pngcrush-bundled
depends = glibc
provides = pngcrush
conflicts = pngcrush
- source = https://sourceforge.net/projects/pmt/files/pngcrush/1.8.8/pngcrush-1.8.8.tar.xz
- sha256sums = a434beab4c95d25f2dba4fa98ad06c7cf2c3705430e33459d9e182733b2fb3dd
+ source = https://sourceforge.net/projects/pmt/files/pngcrush/1.8.10/pngcrush-1.8.10.tar.xz
+ sha256sums = a9c11e27fafaf49f4be9883fe39c1c222a9f7a492a223e53408e68a96594b90c
pkgname = pngcrush-bundled
diff --git a/PKGBUILD b/PKGBUILD
index caabf14a22a9..2c806c140717 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
_srcname=pngcrush
pkgname=pngcrush-bundled
-pkgver=1.8.8
+pkgver=1.8.10
pkgrel=1
pkgdesc="A tool for optimizing the compression of PNG files (with bundled libpng and zlib)"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ depends=('glibc')
provides=('pngcrush')
conflicts=('pngcrush')
source=("https://sourceforge.net/projects/pmt/files/pngcrush/${pkgver}/pngcrush-${pkgver}.tar.xz")
-sha256sums=('a434beab4c95d25f2dba4fa98ad06c7cf2c3705430e33459d9e182733b2fb3dd')
+sha256sums=('a9c11e27fafaf49f4be9883fe39c1c222a9f7a492a223e53408e68a96594b90c')
prepare() {
cd "$_srcname"-"$pkgver"