summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ca8d592124..acd69d5c614d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wezterm-git
pkgdesc = A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering.
pkgver = 20240121.180215.76028ca1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/wez/wezterm
arch = x86_64
arch = i686
@@ -30,6 +30,7 @@ pkgbase = wezterm-git
conflicts = wezterm-nightly-bin
conflicts = wezterm-shell-integration
conflicts = wezterm-terminfo
+ options = !lto
source = wezterm::git+https://github.com/wez/wezterm.git
source = harfbuzz::git+https://github.com/harfbuzz/harfbuzz.git
source = libpng::git+https://github.com/glennrp/libpng.git
diff --git a/PKGBUILD b/PKGBUILD
index 03c8ac69b890..bb63443ead95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=("wezterm-git")
pkgdesc="A terminal emulator implemented in Rust, using OpenGL ES 2 for rendering."
pkgver=20240121.180215.76028ca1
-pkgrel=1
+pkgrel=2
arch=("x86_64" "i686")
url="https://github.com/wez/wezterm"
license=("MIT")
@@ -20,6 +20,7 @@ depends=(
"xcb-util-wm"
)
makedepends=("cargo" "cmake" "git" "pkgconf" "python")
+options=(!lto)
provides=("wezterm" "wezterm-gui" "wezterm-mux-server" "wezterm-shell-integration" "wezterm-terminfo")
conflicts=("wezterm" "wezterm-bin" "wezterm-nightly-bin" "wezterm-shell-integration" "wezterm-terminfo")
source=(