[arch-commits] CVS update of extra/network/elinks (PKGBUILD)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue May 1 18:27:26 UTC 2007


    Date: Tuesday, May 1, 2007 @ 14:27:26
  Author: andyrtr
    Path: /home/cvs-extra/extra/network/elinks

Modified: PKGBUILD (1.19 -> 1.20)

updatepkg 0.11.3


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


Index: extra/network/elinks/PKGBUILD
diff -u extra/network/elinks/PKGBUILD:1.19 extra/network/elinks/PKGBUILD:1.20
--- extra/network/elinks/PKGBUILD:1.19	Sat Nov 25 11:41:08 2006
+++ extra/network/elinks/PKGBUILD	Tue May  1 14:27:26 2007
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD,v 1.19 2006/11/25 16:41:08 damir Exp $
+# $Id: PKGBUILD,v 1.20 2007/05/01 18:27:26 andyrtr Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Ben <contrasutra at myrealbox.com>
 
 pkgname=elinks
-pkgver=0.11.2
+pkgver=0.11.3
 pkgrel=1
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
@@ -11,13 +11,15 @@
 depends=('bzip2' 'expat>=2.0' 'gpm' 'openssl' 'zlib' 'lua>=5.1.1' 'libidn' 'spidermonkey')
 source=("$url/download/${pkgname}-${pkgver}.tar.bz2"
 	"${pkgname}.desktop" "lua.patch")
+md5sums=('a0eb50e18a2ac8e77d6b0df8f94bb5a6' 'ef70f6bb7457799a979fb201615369e6'\
+         '1fc7891d5791870b40853f632b2f780e')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   # fix 0.11.0 /config.charset not found:
   sed -i 's|$(srcdir)/config.charset|$(srcdir)config.charset|g' ${startdir}/src/${pkgname}-${pkgver}/src/intl/gettext/Makefile || return 1
   # restore compatibility to lua 5.1.1 (API change)
-  patch -Np1 -i ../lua.patch || return 1
+#  patch -Np1 -i ../lua.patch || return 1
   ./configure --prefix=/usr \
               --sysconfdir=/etc \
               --enable-smb --without-x --enable-cgi \




More information about the arch-commits mailing list