summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlks2015-07-29 13:00:29 +0200
committerlks2015-07-29 13:00:29 +0200
commit88848f713039b2d46bd37f614e00e807284d65d5 (patch)
treecc9eeedeb8304c989fd3c6efcf946bc11f6ee537
parent427a3bfb01c18df870814f4a734db009d61a2797 (diff)
downloadaur-88848f713039b2d46bd37f614e00e807284d65d5.tar.gz
Update to 2.10-1
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02737911691b..a27feef3d09d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,21 +6,21 @@
_pkgname=links
pkgname=links-g-directfb
-pkgver=2.9
-pkgrel=2
+pkgver=2.10
+pkgrel=1
pkgdesc="A text WWW browser, similar to Lynx (with directfb, X and fb graphics)"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv7h')
url="http://links.twibright.com/"
license=('GPL')
# 'libx11' 'libxt' packages are for the x11 backend
# 'directfb' package is for the directfb backend
-depends=('bzip2' 'xz' 'openssl' 'gpm' 'directfb' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo')
+depends=('bzip2' 'xz' 'openssl' 'gpm' 'directfb' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
provides=('links' 'links-g')
conflicts=('links' 'links-g')
replaces=('links-g')
source=(http://links.twibright.com/download/${_pkgname}-${pkgver}.tar.bz2 links.desktop)
-sha1sums=('1202f1ade1075fa4f62e343702e5a0a22cdc2b13'
+sha1sums=('bffd48917a9d038f4277443bf6ea2cf8c9372c3c'
'a2084166ef252175f14805f2e6a4467c45c51477')
prepare() {
@@ -31,7 +31,7 @@ prepare() {
build() {
cd ${_pkgname}-${pkgver}
(cd intl; ./gen-intl; ./synclang)
- ./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
+ ./configure --prefix=/usr --mandir=/usr/share/man \
--enable-graphics --with-x --with-fb --with-directfb
make
}