summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Eklöf2021-08-29 10:16:22 +0200
committerDaniel Eklöf2021-08-29 10:16:22 +0200
commitdb27b80f009a18402884f1061b78865b39eaba62 (patch)
treedb382f3ceee786d0cf59342e81923aeca2b88b67 /PKGBUILD
parent1d60fe2a5b2387e86b5c5cd8dd6eceb493468944 (diff)
downloadaur-db27b80f009a18402884f1061b78865b39eaba62.tar.gz
Terminfo files are now once again installed to /usr/share/terminfo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 802fd42c08b4..c1d8bca148b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgdesc='Wayland terminal emulator - fast, lightweight and minimalistic'
pkgname=foot-git
pkgver=1.9.0
-pkgrel=1
+pkgrel=2
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
@@ -53,10 +53,12 @@ build() {
esac
meson \
+ --reconfigure \
--prefix=/usr \
--buildtype=release \
-Db_lto=true \
-Dterminfo=disabled \
+ -Dcustom-terminfo-install-location=no \
. build
if [[ ${do_pgo} == yes ]]; then