[arch-commits] Commit in python-cmd2/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Jun 7 14:49:28 UTC 2021


    Date: Monday, June 7, 2021 @ 14:49:28
  Author: felixonmars
Revision: 957730

fix pkgrelease

Modified:
  python-cmd2/repos/community-any/PKGBUILD
  python-cmd2/repos/community-testing-any/PKGBUILD

--------------------------------+
 community-any/PKGBUILD         |    9 ++++-----
 community-testing-any/PKGBUILD |    6 +++---
 2 files changed, 7 insertions(+), 8 deletions(-)

Modified: community-any/PKGBUILD
===================================================================
--- community-any/PKGBUILD	2021-06-07 14:42:42 UTC (rev 957729)
+++ community-any/PKGBUILD	2021-06-07 14:49:28 UTC (rev 957730)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-cmd2
-pkgver=2.0.1
+pkgver=1.5.0
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -10,10 +10,9 @@
 license=('MIT')
 depends=('python-attrs' 'python-colorama' 'python-pyperclip' 'python-wcwidth')
 makedepends=('python-setuptools-scm')
-checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 'python-pytest-xdist'
-              'vi')
-source=("https://pypi.io/packages/source/c/cmd2/cmd2-$pkgver.tar.gz")
-sha512sums=('880c5f2d80f81a850b545052df2bf3efaae8f44deb30186119a2d94277da59cb027da5bf35b2bc106b90c87883c8eec1a869df65988ced1b6a0d0c7e236569bb')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'python-pytest-mock' 'vi')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz")
+sha512sums=('4749490323dda98817debf214491e5f8074b1f640f318ac6c2d73f9923cf77bb30fa5dfb7e33c4e493c42aff0501ba390daf31bc2f48c131075584a63ecc3888')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 

Modified: community-testing-any/PKGBUILD
===================================================================
--- community-testing-any/PKGBUILD	2021-06-07 14:42:42 UTC (rev 957729)
+++ community-testing-any/PKGBUILD	2021-06-07 14:49:28 UTC (rev 957730)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
 
 pkgname=python-cmd2
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="A tool for building interactive command line apps"
 arch=('any')
@@ -12,8 +12,8 @@
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest-cov' 'python-pytest-mock' 'python-pytest-runner' 'python-pytest-xdist'
               'vi')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/python-cmd2/cmd2/archive/$pkgver.tar.gz")
-sha512sums=('b1d1f710e63b10fd6a8c31d73c088941b9d0f0b134c4acdfaa8cc295082314afac86d4b6ae65ff56e834d0620a65271eba178d57d046404bd3909a5dcf34e2bb')
+source=("https://pypi.io/packages/source/c/cmd2/cmd2-$pkgver.tar.gz")
+sha512sums=('880c5f2d80f81a850b545052df2bf3efaae8f44deb30186119a2d94277da59cb027da5bf35b2bc106b90c87883c8eec1a869df65988ced1b6a0d0c7e236569bb')
 
 export SETUPTOOLS_SCM_PRETEND_VERSION=$pkgver
 



More information about the arch-commits mailing list