summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a884fc15083e..092aaf55177e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = links-g-directfb
pkgdesc = A text WWW browser, similar to Lynx (with directfb, X and fb graphics)
pkgver = 2.28
- pkgrel = 1
+ pkgrel = 2
url = http://links.twibright.com/
arch = i686
arch = x86_64
@@ -19,6 +19,7 @@ pkgbase = links-g-directfb
depends = libjpeg-turbo
depends = librsvg
depends = libevent
+ optdepends = svgalib
provides = links
provides = links-g
conflicts = links
diff --git a/PKGBUILD b/PKGBUILD
index 4753fb36217a..6035ab62901e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_pkgname=links
pkgname=links-g-directfb
pkgver=2.28
-pkgrel=1
+pkgrel=2
pkgdesc="A text WWW browser, similar to Lynx (with directfb, X and fb graphics)"
arch=('i686' 'x86_64' 'armv7h')
url="http://links.twibright.com/"
@@ -19,6 +19,7 @@ license=('GPL')
depends=('bzip2' 'directfb' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff'
'libpng' 'libjpeg-turbo' 'librsvg' 'libevent')
makedepends=('libxt')
+optdepends=('svgalib: svgalib support')
provides=('links' 'links-g')
conflicts=('links' 'links-g')
replaces=('links-g')