diff options
Diffstat (limited to 'elinks/Pkgfile')
-rw-r--r-- | elinks/Pkgfile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/elinks/Pkgfile b/elinks/Pkgfile index 460c5d896..b99aa1760 100644 --- a/elinks/Pkgfile +++ b/elinks/Pkgfile @@ -4,9 +4,9 @@ # Depends on: openssl, zlib name=elinks -version=0.11.7 -release=2 -source=(http://elinks.or.cz/download/$name-$version.tar.bz2) +version=0.12-534bb38 +release=1 +source=(http://crux.s3.amazonaws.com/dist/$name-$version.tar.xz) build () { cd $name-$version @@ -14,6 +14,7 @@ build () { --mandir=/usr/man \ --sysconfdir=/usr/etc \ --enable-256-colors \ + --enable-html-highlight \ --disable-nls \ --without-{zlib,bzlib} make |