summaryrefslogtreecommitdiff
path: root/community/elinks/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/elinks/PKGBUILD')
-rw-r--r--community/elinks/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD
index 037b290e9..672b111f0 100644
--- a/community/elinks/PKGBUILD
+++ b/community/elinks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 51048 2011-07-04 15:29:28Z spupykin $
+# $Id: PKGBUILD 52641 2011-07-26 16:47:26Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: damir <damir@archlinux.org>
@@ -6,23 +6,23 @@
pkgname=elinks
pkgver=0.13
-_commit="03c698e926d4421ba43d905b6d9fd7388b97352f"
-pkgrel=6
+_commit="eb4e5d7e0ddae63f28ec90d155846a2456e4a413"
+pkgrel=7
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' 'lua>=5.1.1' 'libidn' 'js'
- 'gc' 'tre' 'smbclient')
+ 'gc' 'tre')
source=("http://arch.p5n.pp.ru/~sergej/dl/elinks-$pkgver-${_commit}.tar.gz")
-md5sums=('85916038633d0eb4ed98c3f82ac0b405')
+md5sums=('71227b25ad05b719e4a549a26d958379')
build() {
cd "$srcdir/elinks"
[ -x configure ] || sh autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man \
--sysconfdir=/etc \
- --enable-smb --without-x --enable-cgi \
+ --disable-smb --without-x --enable-cgi \
--enable-leds --enable-256-colors --enable-html-highlight \
--with-zlib
make