summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a5d7de8aff2..d6a90b796670 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = foot-git
pkgdesc = Wayland terminal emulator - fast, lightweight and minimalistic
pkgver = 1.9.0
- pkgrel = 2
+ pkgrel = 3
url = https://codeberg.org/dnkl/foot
arch = x86_64
arch = aarch64
diff --git a/PKGBUILD b/PKGBUILD
index c1d8bca148b9..b3544b1e444c 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=2
+pkgrel=3
conflicts=('foot')
provides=('foot')
arch=('x86_64' 'aarch64')
@@ -53,7 +53,6 @@ build() {
esac
meson \
- --reconfigure \
--prefix=/usr \
--buildtype=release \
-Db_lto=true \