PKGBUILD/meson: add version requirements to tllist+fcft

This commit is contained in:
Daniel Eklöf 2019-12-01 17:50:27 +01:00
parent a041b334af
commit 1307f61da1
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,8 @@ pkgrel=1
arch=('x86_64')
url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python')
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses')
depends=('libxkbcommon' 'wayland' 'pixman' 'tllist>=1.0.0' 'fcft>=0.1.0')
source=()
pkgver() {
@ -32,7 +33,6 @@ check() {
package_foot() {
pkgdesc="A wayland native terminal emulator"
depends=('libxkbcommon' 'wayland' 'pixman' 'tllist' 'fcft')
optdepends=('foot-terminfo: terminfo for foot')
DESTDIR="${pkgdir}/" ninja install