summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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