summaryrefslogtreecommitdiffstats
path: root/libpng12/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libpng12/PKGBUILD')
-rw-r--r--libpng12/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/libpng12/PKGBUILD b/libpng12/PKGBUILD
index a3a1e85..17ff1d0 100644
--- a/libpng12/PKGBUILD
+++ b/libpng12/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libpng12
_realname=libpng
-pkgver=1.2.43
+pkgver=1.2.44
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('i686' 'x86_64')
@@ -14,17 +14,17 @@ license=('custom')
depends=('zlib')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/${_realname}/${_realname}-${pkgver}.tar.bz2"
- "http://littlesvr.ca/apng/diff/libpng-1.2.43-apng.patch")
-md5sums=('976909556e6613804d810405c1f72ce6'
- '0152337e035e9c767ca92521e3127502')
+ "http://littlesvr.ca/apng/diff/libpng-1.2.44-apng.patch")
+md5sums=('e3ac7879d62ad166a6f0c7441390d12b'
+ '8cb91087fd91000d2e35823587a2e7ef')
build() {
cd "${srcdir}/${_realname}-${pkgver}"
# Add animated PNG (apng) support
# see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
- patch -Np0 -i "${srcdir}/libpng-1.2.43-apng.patch" || return 1
+ patch -Np0 -i "${srcdir}/libpng-1.2.44-apng.patch" || return 1
libtoolize --force --copy || return 1
aclocal || return 1