summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Eklöf2021-08-17 21:37:12 +0200
committerDaniel Eklöf2021-08-17 21:37:12 +0200
commitfa20d719b88ed4199856a0161514d80950a48aaa (patch)
tree4d9028548df9a7f2f23381d2f913dc464454b5c6 /PKGBUILD
parentd61440d778a6c4edc72ebf18d83f9142a28dab0e (diff)
downloadaur-fa20d719b88ed4199856a0161514d80950a48aaa.tar.gz
Adapt to updated meson terminfo command line options
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46e4405307db..0ff913c28366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=foot-git
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
@@ -56,7 +56,7 @@ build() {
--prefix=/usr \
--buildtype=release \
-Db_lto=true \
- -Dterminfo-install-location=disabled \
+ -Dterminfo=disabled \
. build
if [[ ${do_pgo} == yes ]]; then