Date: Thursday, April 30, 2020 @ 07:13:45 Author: eworm Revision: 622395
upgpkg: tmux 3.1_a-1 new upstream release Modified: tmux/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-30 07:09:29 UTC (rev 622394) +++ PKGBUILD 2020-04-30 07:13:45 UTC (rev 622395) @@ -3,7 +3,7 @@ # Contributor: Grigorios Bouzakis <grbzks[at]gmail[dot]com> pkgname=tmux -pkgver=3.1 +pkgver=3.1_a pkgrel=1 pkgdesc='A terminal multiplexer' url='https://github.com/tmux/tmux/wiki' @@ -11,7 +11,7 @@ license=('BSD') depends=('ncurses' 'libevent' 'libutempter') source=("https://github.com/tmux/tmux/releases/download/${pkgver/_/}/tmux-${pkgver/_/}.tar.gz") -sha256sums=('979bf38db2c36193de49149aaea5c540d18e01ccc27cf76e2aff5606bd186722') +sha256sums=('10687cbb02082b8b9e076cf122f1b783acc2157be73021b4bedb47e958f4e484') build() { cd "$srcdir/$pkgname-${pkgver/_/}"