summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlks2015-07-29 13:31:40 +0200
committerlks2015-07-29 13:31:40 +0200
commitcded6551fe126b879fc044f41d65a42c6d119e77 (patch)
tree819f23af078f02cb8bad9e313f4641aa7a4c60f4
parent427a3bfb01c18df870814f4a734db009d61a2797 (diff)
downloadaur-cded6551fe126b879fc044f41d65a42c6d119e77.tar.gz
Update to 2.10-1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d5017c711e7..69b7f5f407ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = links-g-directfb
pkgdesc = A text WWW browser, similar to Lynx (with directfb, X and fb graphics)
- pkgver = 2.9
- pkgrel = 2
+ pkgver = 2.10
+ pkgrel = 1
url = http://links.twibright.com/
arch = i686
arch = x86_64
+ arch = armv7h
license = GPL
makedepends = libxt
depends = bzip2
@@ -16,14 +17,16 @@ pkgbase = links-g-directfb
depends = libtiff
depends = libpng
depends = libjpeg-turbo
+ depends = librsvg
+ depends = libevent
provides = links
provides = links-g
conflicts = links
conflicts = links-g
replaces = links-g
- source = http://links.twibright.com/download/links-2.9.tar.bz2
+ source = http://links.twibright.com/download/links-2.10.tar.bz2
source = links.desktop
- sha1sums = 1202f1ade1075fa4f62e343702e5a0a22cdc2b13
+ sha1sums = bffd48917a9d038f4277443bf6ea2cf8c9372c3c
sha1sums = a2084166ef252175f14805f2e6a4467c45c51477
pkgname = links-g-directfb
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
}