diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /extra/libpng/PKGBUILD | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
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 c5fbad03b..6e69ed166 100644 --- a/extra/libpng/PKGBUILD +++ b/extra/libpng/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 207450 2014-03-09 13:38:52Z bpiotrowski $ +# $Id: PKGBUILD 216077 2014-07-01 15:09:22Z anatolik $ # 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.10 -_apngver=1.6.10 +pkgver=1.6.12 +_apngver=1.6.12 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=('5f414b20f683b1d96b163c89e3eff768' +md5sums=('ee752da8aa75076500e4cf31318e636e' 'SKIP' - '3404257f66d4a118b26ccc3fc4788810') + 'f959e8b1cb9876ce946a2701e8aca519') prepare() { cd $pkgname-$pkgver |