diff options
Diffstat (limited to 'extra/libpng/PKGBUILD')
-rw-r--r-- | extra/libpng/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libpng/PKGBUILD b/extra/libpng/PKGBUILD index 3cb1abe6f..c5fbad03b 100644 --- a/extra/libpng/PKGBUILD +++ b/extra/libpng/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 206101 2014-02-17 13:12:04Z jgc $ +# $Id: PKGBUILD 207450 2014-03-09 13:38:52Z bpiotrowski $ # 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.6.9 -_apngver=1.6.9 +pkgver=1.6.10 +_apngver=1.6.10 pkgrel=1 pkgdesc="A collection of routines used to create PNG format graphics files" arch=('i686' 'x86_64') @@ -15,9 +15,9 @@ license=('custom') depends=('zlib' 'sh') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.xz{,.asc} http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-$_apngver-apng.patch.gz) -md5sums=('14e037c5c9f1db16844760285ad5c2d6' +md5sums=('5f414b20f683b1d96b163c89e3eff768' 'SKIP' - 'd784762a28f6a6c697a162873807f479') + '3404257f66d4a118b26ccc3fc4788810') prepare() { cd $pkgname-$pkgver |