---
community/foot/APKBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/community/foot/APKBUILD b/community/foot/APKBUILD
index 5110219d3a..01c11da4d4 100644
--- a/community/foot/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alex McGrath <amk@amk.ie>
pkgname=foot
-pkgver=1.9.0
-pkgrel=1
+pkgver=1.9.1
+pkgrel=0
pkgdesc="A fast, lightweight and minimalistic Wayland terminal emulator"
url="https://codeberg.org/dnkl/foot.git"
arch="all"
@@ -33,9 +33,7 @@ builddir="$srcdir/foot"
build() {
export CFLAGS="$CFLAGS -O3" # -O3 as the package is intended to use it
- # TODO remove custom-terminfo-install-location=no in 1.9.1
abuild-meson \
- -Dcustom-terminfo-install-location=no \
-Dterminfo=disabled \
. output
meson compile -C output
@@ -48,5 +46,5 @@ package() {
}
sha512sums="
-ffdefd0d42c1a2092af9d6aaf6cd1d33f017424177a3144d317d2bbc502afa1373db9bb5d0042847ff704c76667198e16e5ab861907db2451941517109f2db62 foot-1.9.0.tar.gz
+8f2925ce8a19fd98ac612723d7594cb741c3222d180632c1719e693b17380dc12d1188cc309377add1cecbc9fe05ea4c75df7fe5603a42f153cc05489345614e foot-1.9.1.tar.gz
"
--
2.33.0