summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-01-16 12:23:20 -0200
committerDaniel Bermond2017-01-16 12:23:20 -0200
commitd3b490bfca73f6a1019e22bf5e5e92a4e0559f99 (patch)
treebb241497cc7eea7bae32ef9a7417f7891c92913e
parent0f9d47c23d434602db0abaaca23f710b4310aae1 (diff)
downloadaur-d3b490bfca73f6a1019e22bf5e5e92a4e0559f99.tar.gz
Updated to version 1.8.11
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a4ec4e24b9f..7789d9ea1414 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Oct 31 17:08:51 UTC 2016
+# Mon Jan 16 14:23:04 UTC 2017
pkgbase = pngcrush-bundled
pkgdesc = A tool for optimizing the compression of PNG files (with bundled libpng and zlib)
- pkgver = 1.8.10
+ pkgver = 1.8.11
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.10/pngcrush-1.8.10.tar.xz
- sha256sums = a9c11e27fafaf49f4be9883fe39c1c222a9f7a492a223e53408e68a96594b90c
+ source = https://sourceforge.net/projects/pmt/files/pngcrush/1.8.11/pngcrush-1.8.11.tar.xz
+ sha256sums = 8d530328650ec82f3cbe998729ada8347eb3dbbdf706d9021c5786144d18f5b0
pkgname = pngcrush-bundled
diff --git a/PKGBUILD b/PKGBUILD
index 2c806c140717..ad320dcf933a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
_srcname=pngcrush
pkgname=pngcrush-bundled
-pkgver=1.8.10
+pkgver=1.8.11
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=('a9c11e27fafaf49f4be9883fe39c1c222a9f7a492a223e53408e68a96594b90c')
+sha256sums=('8d530328650ec82f3cbe998729ada8347eb3dbbdf706d9021c5786144d18f5b0')
prepare() {
cd "$_srcname"-"$pkgver"