pkgbuild: make foot-terminfo a hard dependency for foot

This commit is contained in:
Daniel Eklöf 2020-11-11 21:07:17 +01:00
parent 121adbe825
commit 0ec69eb846
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -5,7 +5,7 @@ arch=('x86_64' 'aarch64')
url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols' 'tllist>=1.0.4')
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0')
depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'fcft>=2.3.0' 'foot-terminfo')
source=()
pkgver() {
@ -43,7 +43,6 @@ check() {
package_foot-git() {
pkgdesc="A wayland native terminal emulator"
changelog=CHANGELOG.md
optdepends=('foot-terminfo: terminfo for foot')
conflicts=('foot')
provides=('foot')