diff options
author | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-18 23:14:33 +0000 |
commit | 59eecef62ae9aa7dd391310f30293318f641c59c (patch) | |
tree | 18b1685d21f421939a133b2db2663bc63e5d873c /community/elinks | |
parent | 3413e75c9cdb6c0daf6ddf92f469a2221c94a55b (diff) |
Thu Aug 18 23:14:33 UTC 2011
Diffstat (limited to 'community/elinks')
-rw-r--r-- | community/elinks/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD index 6c69a2021..57957d67c 100644 --- a/community/elinks/PKGBUILD +++ b/community/elinks/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54327 2011-08-17 00:58:33Z kkeen $ +# $Id: PKGBUILD 54357 2011-08-17 12:23:10Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Andrea Scarpino <andrea@archlinux.org> @@ -8,7 +8,7 @@ pkgname=elinks pkgver=0.13 _commit="30c485af4c4ba128d82171a6066594f3cfaeae5d" -pkgrel=8 +pkgrel=9 pkgdesc="An advanced and well-established feature-rich text mode web browser." arch=("i686" "x86_64") url="http://elinks.or.cz" @@ -44,7 +44,7 @@ build() { [ -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 |