[arch-commits] Commit in tmuxp/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Jun 3 21:28:08 UTC 2019
Date: Monday, June 3, 2019 @ 21:28:07
Author: dvzrv
Revision: 476818
upgpkg: tmuxp 1.5.2-1
Upgrading to 1.5.2. Still using github sources, as pypi sources are still missing even more files. Workspace builder tests still hanging.
Modified:
tmuxp/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-03 21:19:38 UTC (rev 476817)
+++ PKGBUILD 2019-06-03 21:28:07 UTC (rev 476818)
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave at sleepmap.de>
pkgname=tmuxp
-pkgver=1.5.1
+pkgver=1.5.2
pkgrel=1
pkgdesc="tmux session manager. built on libtmux"
arch=('any')
@@ -10,9 +10,9 @@
checkdepends=('python-pytest' 'python-pytest-rerunfailures')
# pypi sources don't include tests: https://github.com/tmux-python/tmuxp/issues/431
# pypi sources don't include tests/scripts: https://github.com/tmux-python/tmuxp/issues/474
-#source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+# source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
source=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('ab1a256aa175c7c933c31810a5713807180aa8ac898135e56771d3e9aafefc67bfe7299ce29c97939b6d79c825b60603d85bbe4710e75db61894d7c102087293')
+sha512sums=('fac531d47c1cedd1836184d2c898801a60172d4975f2fca1538eb04a875e653c254212afa07da54da8482df4adbc48b608a77c1da31509bc3dc141956366b42c')
prepare() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list