diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-10 09:45:26 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-03-10 09:45:26 +0100 |
commit | 312cbdf40f315e428e8bbc5c5614d8f53f32a39d (patch) | |
tree | 3eddf341e9ee368a338a79aa4e718767daae7046 /community/optipng/PKGBUILD | |
parent | a8845d78ab7451363f470cc97c1573707305aee9 (diff) | |
parent | 3792e3874accbc868e7032042f1ecefdef25638e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
extra/qt/PKGBUILD
gnome-unstable/dconf/PKGBUILD
libre/kdelibs-libre/PKGBUILD
testing/subversion/PKGBUILD
Diffstat (limited to 'community/optipng/PKGBUILD')
-rw-r--r-- | community/optipng/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 73c31acad..68a499a0f 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' 'mips64el') 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" |