Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
tmux
Commits:
96a7b212 by Christian Hesse at 2024-10-05T20:05:01+02:00
upgpkg: 3.5_a-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = tmux
pkgdesc = Terminal multiplexer
- pkgver = 3.5
+ pkgver = 3.5_a
pkgrel = 1
url = https://github.com/tmux/tmux/wiki
arch = x86_64
@@ -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.5
- sha256sums =
b838881279beaf795bf4926212c2d3fe0d31188c83e8d9efd68dc6772c559916
+ source = git+https://github.com/tmux/tmux.git#tag=3.5a
+ sha256sums =
4809a5c8289027f4bc15a06bd232f5797d7dd9ba47adf4c3135c5295aece6ff5
pkgname = tmux
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: T.J. Townsend <[email protected]>
pkgname=tmux
-pkgver=3.5
+pkgver=3.5_a
pkgrel=1
pkgdesc='Terminal multiplexer'
url='https://github.com/tmux/tmux/wiki'
@@ -13,8 +13,8 @@ depends=('libevent' 'libevent_core-2.1.so'
'ncurses' 'libncursesw.so'
'systemd-libs' 'libsystemd.so')
makedepends=('git' 'systemd')
-source=("git+https://github.com/tmux/tmux.git#tag=${pkgver}")
-sha256sums=('b838881279beaf795bf4926212c2d3fe0d31188c83e8d9efd68dc6772c559916')
+source=("git+https://github.com/tmux/tmux.git#tag=${pkgver/_/}")
+sha256sums=('4809a5c8289027f4bc15a06bd232f5797d7dd9ba47adf4c3135c5295aece6ff5')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/96a7b21280354cd1226f408e9c69d79d4d7becd5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmux/-/commit/96a7b21280354cd1226f408e9c69d79d4d7becd5
You're receiving this email because of your account on gitlab.archlinux.org.