Date: Wednesday, June 1, 2022 @ 16:33:07 Author: eworm Revision: 1218310
upgpkg: tmux 3.3-2: the release was re-rolled... Modified: tmux/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-01 14:51:26 UTC (rev 1218309) +++ PKGBUILD 2022-06-01 16:33:07 UTC (rev 1218310) @@ -1,10 +1,8 @@ -# Maintainer: Sergej Pupykin <[email protected]> -# Maintainer: TDY <[email protected]> -# Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> +# Maintainer: Christian Hesse <[email protected]> pkgname=tmux pkgver=3.3 -pkgrel=1 +pkgrel=2 pkgdesc='A terminal multiplexer' url='https://github.com/tmux/tmux/wiki' arch=('x86_64') @@ -11,7 +9,7 @@ license=('BSD') depends=('ncurses' 'libevent' 'libutempter') source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz") -sha256sums=('973d76f6e92e9273d6c4be7b1150ca5b17075db1eda6408b7419245393f6720b') +sha256sums=('b2382ac391f6a1c5b93293016cdc9488337d9a04b9d611ae05eac164740351dc') build() { cd "$srcdir/$pkgname-${pkgver/_/}"
