Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
tmux
Commits:
136484a2 by Christian Hesse at 2024-09-27T11:42:42+02:00
upgpkg: 3.5-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tmux
pkgdesc = Terminal multiplexer
- pkgver = 3.4
- pkgrel = 10
+ pkgver = 3.5
+ pkgrel = 1
url = https://github.com/tmux/tmux/wiki
arch = x86_64
license = BSD
@@ -14,7 +14,7 @@ pkgbase = tmux
depends = libncursesw.so
depends = systemd-libs
depends = libsystemd.so
- source = git+https://github.com/tmux/tmux.git#tag=3.4
- sha256sums =
71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0
+ source = git+https://github.com/tmux/tmux.git#tag=3.5
+ sha256sums =
b838881279beaf795bf4926212c2d3fe0d31188c83e8d9efd68dc6772c559916
pkgname = tmux
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: T.J. Townsend <[email protected]>
pkgname=tmux
-pkgver=3.4
-pkgrel=10
+pkgver=3.5
+pkgrel=1
pkgdesc='Terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
arch=('x86_64')
@@ -14,7 +14,7 @@ depends=('libevent' 'libevent_core-2.1.so'
'systemd-libs' 'libsystemd.so')
makedepends=('git' 'systemd')
source=("git+https://github.com/tmux/tmux.git#tag=${pkgver}")
-sha256sums=('71387cf05585836da88d9b481f98e89be5bc8f09a203600187b22aa0e00c52b0')
+sha256sums=('b838881279beaf795bf4926212c2d3fe0d31188c83e8d9efd68dc6772c559916')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/136484a2a6ea600b84440366fcc3c84e216de42f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/136484a2a6ea600b84440366fcc3c84e216de42f
You're receiving this email because of your account on gitlab.archlinux.org.