From 3792e3874accbc868e7032042f1ecefdef25638e Mon Sep 17 00:00:00 2001 From: root Date: Sat, 10 Mar 2012 00:01:15 +0000 Subject: Sat Mar 10 00:01:15 UTC 2012 --- community/optipng/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'community/optipng') diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 86d456678..67b2a044b 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 59287 2011-11-22 15:27:27Z lfleischer $ +# $Id: PKGBUILD 67303 2012-03-08 12:19:11Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Stefan Husmann # Contributor: Aaron Schaefer pkgname=optipng -pkgver=0.6.5 -pkgrel=2 +pkgver=0.7 +pkgrel=1 pkgdesc='Compresses PNG files to a smaller size, without losing any information.' arch=('i686' 'x86_64') url='http://optipng.sourceforge.net/' license=('ZLIB') depends=('glibc') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('9df5fa7bb45ae096ed6c6e0d8dc43dc7') +md5sums=('9b2f526ce79ea779c7004c7964ee8bcc') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf