Date: Friday, July 8, 2011 @ 03:28:34
  Author: andyrtr
Revision: 130820

upgpkg: libpng 1.4.8-1
upstream update 1.4.8; includes security fixes

Modified:
  libpng/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-07-08 06:27:20 UTC (rev 130819)
+++ PKGBUILD    2011-07-08 07:28:34 UTC (rev 130820)
@@ -5,19 +5,19 @@
 # Contributor: Douglas Soares de Andrade <[email protected]>
 
 pkgname=libpng
-pkgver=1.5.1
-_apngver=1.5.0
+pkgver=1.4.8
+_apngver=1.4.7
 pkgrel=1
 pkgdesc="A collection of routines used to create PNG format graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libpng.org/pub/png/libpng.html";
 license=('custom')
-depends=('zlib')
+depends=('zlib' 'sh')
 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=('35455234375f1adff8083f408a099e3a'
-         'bca1df39480ceb021b835f93745dfd8d')
+md5sums=('2ce595d571f2b06a9403ed5bcfa4ecbd'
+         '4842a4cba3487a64084ca0a7417ff1c7')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"

Reply via email to