summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Osvaldo Barrera2022-10-18 19:50:59 +0200
committerHugo Osvaldo Barrera2022-10-18 19:50:59 +0200
commite52e46a7ad357fbd5f4376eb6a4a692bfef8cc89 (patch)
tree4f289cdc30e1e69a3fffc4d561269e054c8c8a21
parentc05018cc9a78c3e0aa8a50e0132458ba76cc82ba (diff)
downloadaur-foot-upstream-git.tar.gz
PGO:full-headless-sway fails on aarch64
-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 \