summaryrefslogtreecommitdiff
path: root/community/optipng
diff options
context:
space:
mode:
Diffstat (limited to 'community/optipng')
-rw-r--r--community/optipng/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
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 <archlinux at cryptocrack dot de>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
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"