[arch-commits] Commit in tmuxp/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Jun 15 20:11:50 UTC 2021


    Date: Tuesday, June 15, 2021 @ 20:11:50
  Author: dvzrv
Revision: 964142

upgpkg: tmuxp 1.8.2-1: Upgrade to 1.8.2.

Modified:
  tmuxp/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-15 20:10:57 UTC (rev 964141)
+++ PKGBUILD	2021-06-15 20:11:50 UTC (rev 964142)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge <dvzrv at archlinux.org>
 
 pkgname=tmuxp
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="Tmux session manager built on libtmux"
 arch=('any')
@@ -9,11 +9,9 @@
 license=('MIT')
 depends=('python-click' 'python-colorama' 'python-kaptan' 'python-setuptools' 'python-libtmux')
 checkdepends=('python-pytest' 'python-pytest-rerunfailures')
-# upstream has incomplete sdist tarball: 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/refs/tags/v${pkgver}.tar.gz")
-sha512sums=('a414721fd9f976a9059cbb6e289aee67154df09f9437f78f97ae82b07af7fbbe67d72ed10272401fa5373643ff2a8946abcafd1c6d2098d7f1fde8364281dff3')
-b2sums=('2bf5a1964cf2d29e41c387e69019a5fae533eed70a578a3a6259a46a541ce22462d4b43326f3df7ded9afc0b5a685bd02a83e3633ed795687ba7bf0903bff866')
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('f6cceb9b8b910808ba72beb8bd50475430db38778b9463b93ee4f9915eae92bed273704be0abd7e066109909117c53ef8c744fc638146707da54abb750461c44')
+b2sums=('1f38b12ba5b82593cbbcea915358b99f2f1287bbdfb622f38638beadf7891bcbc56a2da3d4310fb42716a4e838b128ca0d97d8232a3f3535e33806e07e843b5d')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list