From 0ec69eb846554a4c100c1e25503b924e8a116bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 11 Nov 2020 21:07:17 +0100 Subject: [PATCH] pkgbuild: make foot-terminfo a hard dependency for foot --- PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 976e4620..f90f59b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')