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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu May 9 19:36:26 UTC 2013


    Date: Thursday, May 9, 2013 @ 21:36:25
  Author: bpiotrowski
Revision: 184995

upgpkg: giflib 5.0.4-1

- upstream release

Modified:
  giflib/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-09 17:25:25 UTC (rev 184994)
+++ PKGBUILD	2013-05-09 19:36:25 UTC (rev 184995)
@@ -5,8 +5,8 @@
 # Contributor: mightyjaym <jm.ambrosino at free.fr>
 
 pkgname=giflib
-pkgver=4.1.6
-pkgrel=5
+pkgver=5.0.4
+pkgrel=1
 pkgdesc="A library for reading and writing gif images"
 url="http://sourceforge.net/projects/giflib/"
 arch=('i686' 'x86_64')
@@ -17,13 +17,13 @@
 replaces=('libungif')
 options=('!libtool')
 source=(http://downloads.sourceforge.net/sourceforge/giflib/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('7125644155ae6ad33dbc9fc15a14735f')
+md5sums=('da60935d07374de00a78c2f6f720c8f5')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i '/AC_PATH_XTRA/d' configure.ac
-  libtoolize -f
-  autoreconf
+#  sed -i '/AC_PATH_XTRA/d' configure.ac
+#  libtoolize -f
+#  autoreconf
   ./configure --prefix=/usr --disable-static
   make
 




More information about the arch-commits mailing list