summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2024-05-08 21:53:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2024-05-08 21:53:54 -0700
commita69fefa1ff8a8f5199a5919448f793d543f9cc7b (patch)
treecfd78b0b4de9d934924497a76d489b6116c4273b
parentUpdated to 3.4 (diff)
downloadtmux-master.tar.xz
Rebuild and explicitly disable lto.HEADmaster
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77aaf7f..673d854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=tmux
pkgver=3.4
-pkgrel=4
+pkgrel=7
pkgdesc='Terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('libevent' 'libevent_core-2.1.so'
'ncurses' 'libncursesw.so')
# # For some reason this breaks compiling. "error: C compiler cannot create executables"
# # But old-fashioned raw injection of -flto=auto via export doesn't.
-#options=('lto')
+options=('!lto')
source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz")
sha256sums=('551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa')
b2sums=('2b1990b95d7439702e9287402d9828d4ecab573202c099aa482969c047b540d4b899f79d87587fc712e727d9cebf5fa7393512087e469fc355b4a30b1894e229')