[arch-commits] Commit in libpng/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Mon Dec 22 12:30:30 UTC 2008
Date: Monday, December 22, 2008 @ 07:30:30
Author: pierre
Revision: 22146
upgpkg: libpng 1.2.34-1
Modified:
libpng/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-12-22 10:08:21 UTC (rev 22145)
+++ PKGBUILD 2008-12-22 12:30:30 UTC (rev 22146)
@@ -4,7 +4,7 @@
# Maintainer: Douglas Soares de Andrade <douglas at archlinux.org>
pkgname=libpng
-pkgver=1.2.33
+pkgver=1.2.34
pkgrel=1
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('i686' 'x86_64')
@@ -13,17 +13,17 @@
depends=('zlib')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- "http://hp.vector.co.jp/authors/VA013651/lib/libpng-1.2.32-apng.patch.gz")
+ "http://hp.vector.co.jp/authors/VA013651/lib/libpng-${pkgver}-apng.patch.gz")
options=('!libtool')
-md5sums=('0532c28ba1b17ee2095ad50731c2c75c'
- 'ae296439c1c01c3addadf7ab97a08f0e')
+md5sums=('37362876feb21344fd3af1228527db0f'
+ 'a7ee9fd9af34692b75eedd5b03b69ca9')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
# Add animated PNG (apng) support
# see http://hp.vector.co.jp/authors/VA013651/freeSoftware/apng.html
- patch -p1 -i $srcdir/libpng-1.2.32-apng.patch || return 1
+ patch -p1 -i $srcdir/libpng-${pkgver}-apng.patch || return 1
libtoolize --force --copy || return 1
aclocal || return 1
More information about the arch-commits
mailing list