From 0fc1c568f85a338fb8890ad6906ae13429108f98 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Feb 2014 03:55:42 -0500 Subject: update libre/pngcrush --- libre/pngcrush/PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/libre/pngcrush/PKGBUILD b/libre/pngcrush/PKGBUILD index f44ace016..7b43aa0ff 100644 --- a/libre/pngcrush/PKGBUILD +++ b/libre/pngcrush/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Luke Shumaker pkgname=pngcrush -pkgver=1.7.65 +pkgver=1.7.70 pkgrel=1 pkgdesc="A tool for optimizing the compression of PNG files" arch=('i686' 'x86_64' 'mips64el') @@ -9,6 +9,7 @@ url="http://pmt.sourceforge.net/pngcrush/" license=('custom') depends=('libpng' 'zlib') source=(http://downloads.sourceforge.net/pmt/$pkgname-$pkgver-nolib.tar.xz) +md5sums=('cd1619005f46f4032442bdc0e49d9212') build() { cd "$srcdir"/$pkgname-$pkgver-nolib @@ -23,5 +24,3 @@ package() { install -Dm644 LICENSE.cexcept.txt "$pkgdir"/usr/share/licenses/$pkgname/cexcept.txt install -Dm644 LICENSE.pngcrush.txt "$pkgdir"/usr/share/licenses/$pkgname/pngcrush.txt } - -md5sums=('b4130246c14c1cffc6c2014ff86f1008') -- cgit v1.2.3-54-g00ecf