diff options
author | rp | 2021-02-08 14:08:23 -0800 |
---|---|---|
committer | rp | 2021-02-08 14:08:23 -0800 |
commit | 33f0da51458cec170901e5d570af9da403e276f1 (patch) | |
tree | db4962148f41e9b919a48e36222f076f5a24459d | |
parent | c0ee036c069db3e23728250bb693c32b1c844e1c (diff) | |
download | aur-33f0da51458cec170901e5d570af9da403e276f1.tar.gz |
updated PKGBUILD to include directfb
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = links-g-directfb pkgdesc = A text WWW browser, similar to Lynx (with directfb, X and fb graphics) pkgver = 2.21 - pkgrel = 1 + pkgrel = 2 url = http://links.twibright.com/ arch = i686 arch = x86_64 @@ -9,6 +9,7 @@ pkgbase = links-g-directfb license = GPL makedepends = libxt depends = bzip2 + depends = directfb depends = xz depends = openssl depends = gpm @@ -8,14 +8,14 @@ _pkgname=links pkgname=links-g-directfb pkgver=2.21 -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/" license=('GPL') # 'libx11' 'libxt' packages are for the x11 backend # 'directfb' package is for the directfb backend -depends=('bzip2' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff' +depends=('bzip2' 'directfb' 'xz' 'openssl' 'gpm' 'libx11' 'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libevent') makedepends=('libxt') provides=('links' 'links-g') |