This is temporary build-fail fix because of undefined reference on some lua hooks. --- Signed-off-by: alive4ever Index: b/PKGBUILD =================================================================== --- a/PKGBUILD +++ b/PKGBUILD @@ -8,16 +8,16 @@ pkgname=elinks pkgver=0.13 _commit="a3751107033599b835eaafa61177c8d4dda4b7ef" -pkgrel=16 +pkgrel=17 pkgdesc="An advanced and well-established feature-rich text mode web browser." arch=("i686" "x86_64") url="http://elinks.or.cz" license=('GPL') -depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185' +depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'libidn' 'js185' 'gc' 'tre' 'desktop-file-utils') makedepends=('git') install=elinks.install -source=("git+http://elinks.cz/elinks.git#ref=$_commit") +source=("git+http://repo.or.cz/elinks.git") md5sums=('SKIP') build() { @@ -26,7 +26,7 @@ [ -x configure ] || sh autogen.sh ./configure --prefix=/usr --mandir=/usr/share/man \ --sysconfdir=/etc \ - --disable-smb --without-x --enable-cgi \ + --disable-smb --without-lua --without-x --enable-cgi \ --enable-leds --enable-256-colors --enable-html-highlight \ --with-zlib make