summaryrefslogtreecommitdiffstats
path: root/libpng12/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
committerFlorian Pritz <bluewind@xssn.at>2011-07-24 12:07:51 +0200
commitb8c33ee22e78f48f52bfde7328d20efe73493149 (patch)
treeaf5a3a56a5094facb1c00472c0b1a3be7478eca2 /libpng12/PKGBUILD
parent9c7f68c9ab1ed52a5c4c2cec57c71b15d2209f52 (diff)
parent34e8f8d7edc734b88753ff7cb0443f8489b02ee8 (diff)
downloadaur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.gz
aur-packages-b8c33ee22e78f48f52bfde7328d20efe73493149.tar.xz
Merge branch 'master' of git://git.server-speed.net/~flo/git/aur
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