diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-08 09:54:57 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-11-08 09:54:57 +0100 |
commit | ca63f47c4736ce7a6f6b544c50cf29d2ffe563c1 (patch) | |
tree | e3ef58d850012b4943c980af55864f0fb768bcbc /community/optipng/PKGBUILD | |
parent | b28838efa921982fb5ab1ec277a2df13a9890983 (diff) | |
parent | a8fff09ba6d0f8b78b43e63541b1254763d4f48e (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/apvlv/PKGBUILD
community/haddock/PKGBUILD
community/ibus-pinyin/PKGBUILD
core/libtirpc/PKGBUILD
extra/htop/PKGBUILD
extra/rhythmbox/PKGBUILD
Diffstat (limited to 'community/optipng/PKGBUILD')
-rw-r--r-- | community/optipng/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/optipng/PKGBUILD b/community/optipng/PKGBUILD index 48c7ed414..815575c27 100644 --- a/community/optipng/PKGBUILD +++ b/community/optipng/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76515 2012-09-21 06:14:03Z lfleischer $ +# $Id: PKGBUILD 79534 2012-11-06 20:25:17Z 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.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc='Compresses PNG files to a smaller size, without losing any information.' arch=('i686' 'x86_64' 'mips64el') @@ -12,7 +12,7 @@ url='http://optipng.sourceforge.net/' license=('ZLIB') depends=('glibc') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('ceceb66b4d2e1f632ea6786a0adafd11') +md5sums=('8853d89aaf859065e95dcdf98b6bed73') build() { cd "$srcdir/$pkgname-$pkgver" |