[arch-commits] Commit in tmuxp/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Thu Jun 6 21:38:21 UTC 2019
Date: Thursday, June 6, 2019 @ 21:38:20
Author: dvzrv
Revision: 477779
upgpkg: tmuxp 1.5.3-1
Upgrading to 1.5.3. Switching to pypi for sources (all test components now included, but one test is still failing).
Modified:
tmuxp/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-06-06 21:28:06 UTC (rev 477778)
+++ PKGBUILD 2019-06-06 21:38:20 UTC (rev 477779)
@@ -1,6 +1,6 @@
# Maintainer: David Runge <dave at sleepmap.de>
pkgname=tmuxp
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc="tmux session manager. built on libtmux"
arch=('any')
@@ -8,11 +8,8 @@
license=('MIT')
depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 'python-libtmux')
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=("$pkgname-$pkgver.tar.gz::https://github.com/tmux-python/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('fac531d47c1cedd1836184d2c898801a60172d4975f2fca1538eb04a875e653c254212afa07da54da8482df4adbc48b608a77c1da31509bc3dc141956366b42c')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('9d803e715b1b75aec8940996db579ef545f5d291e64c7d4551930ec5ad683d8a5f737cc22328f0d528e709da6f613c8b3451637ec3e93ac7e9d34aea64faa0e0')
prepare() {
cd "${pkgname}-${pkgver}"
More information about the arch-commits
mailing list