aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex McGrath <amk@amk.ie>2021-10-02 12:33:37 +0100
committerMichał Polański <michal@polanski.me>2021-10-02 13:18:13 +0000
commitb38e12cbff8896ec334a8d02df73aa69db0d6796 (patch)
tree4de7812b63dca6177bc9dc92f10042132a71505c
parented48b7b902ccf9ef062ce9a91fc5dbb92ef394d6 (diff)
community/foot: upgrade to 1.9.1
-rw-r--r--community/foot/APKBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/community/foot/APKBUILD b/community/foot/APKBUILD
index 5110219d3a9..01c11da4d49 100644
--- a/community/foot/APKBUILD
+++ b/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
"