summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-07-14 19:33:02 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-08-04 22:49:36 -0600
commit99b4985b2116205cec84d8904f50927ae0594d00 (patch)
tree698b5cdd5fb96884472d1d1f4b69a33f4f186432
parent946d64a4f98b36d70189c65010e666a597ad7aab (diff)
update pngcrush, move it from pcr to libre
-rw-r--r--libre/pngcrush/PKGBUILD (renamed from pcr/pngcrush/PKGBUILD)7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/pngcrush/PKGBUILD b/libre/pngcrush/PKGBUILD
index a4ac8b5cb..f44ace016 100644
--- a/pcr/pngcrush/PKGBUILD
+++ b/libre/pngcrush/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=pngcrush
-pkgver=1.7.58
+pkgver=1.7.65
pkgrel=1
pkgdesc="A tool for optimizing the compression of PNG files"
arch=('i686' 'x86_64' 'mips64el')
-url="http://pmt.sourceforge.net/"
+url="http://pmt.sourceforge.net/pngcrush/"
license=('custom')
depends=('libpng' 'zlib')
source=(http://downloads.sourceforge.net/pmt/$pkgname-$pkgver-nolib.tar.xz)
@@ -23,4 +23,5 @@ 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=('aa09aa8a65999ba522e5735ed0ad6a1a')
+
+md5sums=('b4130246c14c1cffc6c2014ff86f1008')