summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c7f835ffd32..344ad79c441e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = foot-upstream-git
pkgdesc = Wayland terminal emulator. Git builds without any custom tinkering.
- pkgver = 1.13.1.r47.g37218be6
+ pkgver = 1.13.1.r78.g3ba03901
pkgrel = 1
url = https://codeberg.org/dnkl/foot
arch = x86_64
@@ -23,6 +23,7 @@ pkgbase = foot-upstream-git
makedepends = tllist
makedepends = wayland
makedepends = wayland-protocols
+ makedepends = xorg-xwayland
depends = libxkbcommon
depends = wayland
depends = pixman
diff --git a/PKGBUILD b/PKGBUILD
index 4b2d94a2f101..fc5f79096497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgdesc='Wayland terminal emulator. Git builds without any custom tinkering.'
pkgname=foot-upstream-git
-pkgver=1.13.1.r47.g37218be6
+pkgver=1.13.1.r78.g3ba03901
pkgrel=1
conflicts=('foot')
provides=('foot')
@@ -29,6 +29,7 @@ makedepends=(
tllist
wayland
wayland-protocols
+ xorg-xwayland
)
checkdepends=('check')
optdepends=(
@@ -48,7 +49,7 @@ pkgver() {
build() {
cd foot
./pgo/pgo.sh \
- full-headless-sway \
+ partial \
. build \
-Dterminfo=disabled \
--prefix=/usr \