git » python-shtab.git » commit 4c051c1

Update to 1.5.7

author Antonio Rojas
2022-11-07 21:25:21 UTC
committer Antonio Rojas
2022-11-07 21:25:21 UTC
parent 7ad88f94a68a4391060819b02c30cddf1af2fcb5

Update to 1.5.7

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index c3fad9d..6bb3ec2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _pkgname=shtab
 pkgname=python-${_pkgname}
-pkgver=1.5.5
+pkgver=1.5.7
 pkgrel=1
 pkgdesc='Automagic shell tab completion for Python CLI applications'
 arch=(any)
@@ -13,7 +13,7 @@ depends=(python)
 makedepends=(python-build python-installer python-setuptools-scm python-wheel)
 checkdepends=(python-pytest-cov python-pytest-timeout)
 source=(https://pypi.python.org/packages/source/${_pkgname:0:1}/${_pkgname/-/_}/${_pkgname/-/_}-${pkgver}.tar.gz)
-sha256sums=('f90a6ce64b821002d5881b6212992a27ab40c3bab36aabca8de118b0b78f61f6')
+sha256sums=('42f56a4e29cd6fd039d75c0830559f7be06e3bcd2a77781c8ab52c99a61367db')
 
 build() {
   cd $_pkgname-$pkgver