David Runge pushed to branch main at Arch Linux / Packaging / Packages / tmuxp
Commits:
559fc43f by David Runge at 2024-04-23T11:42:02+02:00
upgpkg: 1.47.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tmuxp
pkgdesc = Tmux session manager built on libtmux
- pkgver = 1.46.0
- pkgrel = 2
+ pkgver = 1.47.0
+ pkgrel = 1
url = https://tmuxp.git-pull.com/en/latest/
arch = any
license = MIT
@@ -22,8 +22,8 @@ pkgbase = tmuxp
optdepends = ipython: for alternative CLI
optdepends = python-prompt_toolkit: for alternative CLI
optdepends = bpython: for alternative CLI
- source =
tmuxp-1.46.0.tar.gz::https://github.com/tmux-python/tmuxp/archive/refs/tags/v1.46.0.tar.gz
- sha512sums =
1e2fa9b20ade766c7bcbec5b3b430c118cfa27b00e808241d0daf6720351d35863000f22ff052bf0f9f38a63e21813814591312ab0c5af14488a6546af5440ed
- b2sums =
b8c450e186097584e4f67de6375acd898b02826ad2a7c758cf0a502c7b60c5dad7ae537df8bcc18310ec6c20cd52700d5d87d336e23de4a786c607eb57ffe5f3
+ source =
tmuxp-1.47.0.tar.gz::https://github.com/tmux-python/tmuxp/archive/refs/tags/v1.47.0.tar.gz
+ sha512sums =
c85af95d65cb00bfc1f1551bd779bf4ee8bc2de286d7c2a0dc9988290c73b76c6c5beb30310659e16a798e1960b0e56dc93b89d2062839c45d759c11f4635782
+ b2sums =
1cafd0e82f4d330080bf3bf431d641f0e807034cc80c4e9f72eea22ddcc9de784034ebb85cf8886077f9fa57cf38b2452f70df54a11b2b0a2e75c62f3b59e209
pkgname = tmuxp
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: David Runge <[email protected]>
pkgname=tmuxp
-pkgver=1.46.0
-pkgrel=2
+pkgver=1.47.0
+pkgrel=1
pkgdesc="Tmux session manager built on libtmux"
arch=(any)
url="https://tmuxp.git-pull.com/en/latest/"
@@ -35,8 +35,8 @@ optdepends=(
# TODO: package ptpython for additional alternative CLI
)
source=($pkgname-$pkgver.tar.gz::$_url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('1e2fa9b20ade766c7bcbec5b3b430c118cfa27b00e808241d0daf6720351d35863000f22ff052bf0f9f38a63e21813814591312ab0c5af14488a6546af5440ed')
-b2sums=('b8c450e186097584e4f67de6375acd898b02826ad2a7c758cf0a502c7b60c5dad7ae537df8bcc18310ec6c20cd52700d5d87d336e23de4a786c607eb57ffe5f3')
+sha512sums=('c85af95d65cb00bfc1f1551bd779bf4ee8bc2de286d7c2a0dc9988290c73b76c6c5beb30310659e16a798e1960b0e56dc93b89d2062839c45d759c11f4635782')
+b2sums=('1cafd0e82f4d330080bf3bf431d641f0e807034cc80c4e9f72eea22ddcc9de784034ebb85cf8886077f9fa57cf38b2452f70df54a11b2b0a2e75c62f3b59e209')
build() {
local site_packages=$(python -c "import site;
print(site.getsitepackages()[0])")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmuxp/-/commit/559fc43fc7eba2934106d58103da8e35b1ca4c59
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tmuxp/-/commit/559fc43fc7eba2934106d58103da8e35b1ca4c59
You're receiving this email because of your account on gitlab.archlinux.org.