[arch-commits] Commit in libpng/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Wed Dec 22 14:50:00 UTC 2010


    Date: Wednesday, December 22, 2010 @ 09:49:59
  Author: jgc
Revision: 103693

upgpkg: libpng 1.4.5-1
Update to 1.4.5

Modified:
  libpng/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-12-22 14:46:52 UTC (rev 103692)
+++ PKGBUILD	2010-12-22 14:49:59 UTC (rev 103693)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=libpng
-pkgver=1.4.4
-_apngver=1.4.4
+pkgver=1.4.5
+_apngver=1.4.5
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@
 options=('!libtool')
 source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz"
         "http://downloads.sourceforge.net/sourceforge/libpng-apng/libpng-${_apngver}-apng.patch.gz")
-md5sums=('0342d1cedb9b9a80294dd1b1e2ec9ae9'
-         'd5cd185e7da764a10ff9046d42449259')
+md5sums=('37d420c7d8294aac438c150bb4335901'
+         '459affb0ac7e0f1ae4d99b88234cb3db')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -26,11 +26,6 @@
   # see http://sourceforge.net/projects/libpng-apng/
   patch -p1 -i "${srcdir}/libpng-${_apngver}-apng.patch"
 
-  #libtoolize --force --copy
-  #aclocal
-  #autoconf
-  #automake --add-missing
-
   ./configure --prefix=/usr
   make
   make DESTDIR="${pkgdir}" install




More information about the arch-commits mailing list