git » python-shtab.git » commit 7ad88f9

Update to 1.5.5

author Antonio Rojas
2022-06-19 14:17:48 UTC
committer Antonio Rojas
2022-06-19 14:17:48 UTC
parent 0362b4365b80719c2cfb09a530b17228439be6ec

Update to 1.5.5

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index f0e14bd..c3fad9d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 _pkgname=shtab
 pkgname=python-${_pkgname}
-pkgver=1.5.4
+pkgver=1.5.5
 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=('0ef9cfc55e7e3efe83cb8e888cd39c4a2211271c07deade81acdfb1477c79140')
+sha256sums=('f90a6ce64b821002d5881b6212992a27ab40c3bab36aabca8de118b0b78f61f6')
 
 build() {
   cd $_pkgname-$pkgver