diff options
-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') |