summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 249381de6816..0d4b5424263f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = foot-git
depends = pixman
depends = fontconfig
depends = freetype2
+ depends = foot-terminfo
source = git+https://codeberg.org/dnkl/foot.git
source = git+https://codeberg.org/dnkl/tllist.git
source = git+https://codeberg.org/dnkl/fcft.git
@@ -26,7 +27,6 @@ pkgbase = foot-git
pkgname = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
- optdepends = foot-terminfo: terminfo for foot
provides = foot
conflicts = foot
diff --git a/PKGBUILD b/PKGBUILD
index 32efc656cfc0..c60b8adc3393 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ url=https://codeberg.org/dnkl/foot
license=(mit)
makedepends=('meson' 'ninja' 'scdoc' 'python' 'ncurses' 'wayland-protocols')
checkdepends=('check')
-depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'freetype2')
+depends=('libxkbcommon' 'wayland' 'pixman' 'fontconfig' 'freetype2' 'foot-terminfo')
source=(git+https://codeberg.org/dnkl/foot.git
git+https://codeberg.org/dnkl/tllist.git
git+https://codeberg.org/dnkl/fcft.git)
@@ -58,7 +58,6 @@ check() {
package_foot-git() {
pkgdesc="Wayland terminal emulator - fast, lightweight and minimalistic"
- optdepends=('foot-terminfo: terminfo for foot')
conflicts=('foot')
provides=('foot')