diff options
author | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-03 23:15:07 +0000 |
commit | de078a89b9e3a45b6b2e3f0c9d866962e5125ba3 (patch) | |
tree | 73a6a95927c514dedab1508b2a9a8a3f58e2f1db /testing/libpng/PKGBUILD | |
parent | 22e5f5bf64eba5c65674eeb3a8167de2854dbe0e (diff) |
Fri Feb 3 23:15:07 UTC 2012
Diffstat (limited to 'testing/libpng/PKGBUILD')
-rw-r--r-- | testing/libpng/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libpng/PKGBUILD b/testing/libpng/PKGBUILD index d0d182d8c..a87bf974f 100644 --- a/testing/libpng/PKGBUILD +++ b/testing/libpng/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 148211 2012-01-30 18:48:21Z ibiru $ +# $Id: PKGBUILD 148513 2012-02-02 22:26:40Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: dorphell <dorphell@archlinux.org> # Contributor: Travis Willard <travis@archlinux.org> # Contributor: Douglas Soares de Andrade <douglas@archlinux.org> pkgname=libpng -pkgver=1.5.7 +pkgver=1.5.8 _apngver=1.5.7 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" @@ -16,7 +16,7 @@ depends=('zlib' 'sh') options=('!libtool') source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz" "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz") -md5sums=('c3ae9ce4e81ec0aafdd4ac961586ee0d' +md5sums=('0f7ae352beadaff78073733905613041' '6c6a674048cec94db1bc35decf0d142c') build() { |