git » python-shtab.git » commit 3e2d55f

new upstream release

author George Rawlinson
2023-04-07 00:18:12 UTC
committer George Rawlinson
2023-04-07 00:18:12 UTC
parent 88663889540d52b4fef7ac3f24282b9bcbb5a2a8

new upstream release

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 56a38ee..1c8ee77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: SZanko, szanko at protonmail dot com
 
 pkgname=python-shtab
-pkgver=1.5.8
+pkgver=1.6.0
 pkgrel=1
 pkgdesc='Automagic shell tab completion for Python CLI applications'
 arch=('any')
@@ -21,7 +21,7 @@ checkdepends=(
   'python-pytest-cov'
   'python-pytest-timeout'
 )
-_commit='6779de67fbba92ca3444733601d9384ace0c6726'
+_commit='68ac16999be08cf5033c601f162020bde4aaf0ad'
 source=("$pkgname::git+$url#commit=$_commit")
 b2sums=('SKIP')