diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 08:52:07 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2024-10-12 08:52:07 -0700 |
commit | b93863249808eaea47286880b63feeda928dc812 (patch) | |
tree | 79e04a12c7633e23fd3bbecf87adde97f41c2365 | |
parent | Rebuild. (diff) | |
download | tmux-b93863249808eaea47286880b63feeda928dc812.tar.xz |
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -5,8 +5,8 @@ # AUR version lacks additional optimization and hardening flags pkgname=tmux -pkgver=3.4 -pkgrel=10 +pkgver=3.5_a +pkgrel=1 pkgdesc='Terminal multiplexer' url='https://github.com/tmux/tmux/wiki' arch=('x86_64') @@ -18,8 +18,8 @@ depends=('libevent' 'libevent_core-2.1.so' # # But old-fashioned raw injection of -flto=auto via export doesn't. options=('!lto') source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz") -sha256sums=('551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa') -b2sums=('2b1990b95d7439702e9287402d9828d4ecab573202c099aa482969c047b540d4b899f79d87587fc712e727d9cebf5fa7393512087e469fc355b4a30b1894e229') +sha256sums=('16216bd0877170dfcc64157085ba9013610b12b082548c7c9542cc0103198951') +b2sums=('2314bc127f805071c9f2fe28be549b0948042a153aa68d997efc1dc0d6eba198b04aa16932d0a84b03250567100fb81c464919fcc8ba98660d3d0750ff5fe879') build() { |