git » python-argcomplete.git » commit fd736ed

Switch to locked signed tag commit

author David Runge
2024-04-06 16:13:45 UTC
committer David Runge
2024-04-06 16:13:45 UTC
parent b4437bb537cc7e1c6f8656f955835538fdef8bca

Switch to locked signed tag commit

Signed-off-by: David Runge <dvzrv@archlinux.org>

PKGBUILD +2 -3

diff --git a/PKGBUILD b/PKGBUILD
index 8dec5af..3b61410 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,6 @@
 pkgname=python-argcomplete
 _pyname=argcomplete
 pkgver=2.0.0
-_gitcommit=bf16566adcfb2fd0307c6ecdf24304b21b0b5752
 pkgrel=2
 pkgdesc='Easy, extensible command line tab completion of arguments for your Python script'
 url='https://github.com/kislyuk/argcomplete'
@@ -13,8 +12,8 @@ license=('Apache')
 depends=('python')
 makedepends=('git' 'python-setuptools')
 checkdepends=('python-pexpect' 'tcsh' 'fish' 'python-pip')
-source=(${_pyname}::"git+https://github.com/kislyuk/${_pyname}#commit=${_gitcommit}?signed")
-sha512sums=('SKIP')
+source=(${_pyname}::"git+$url?signed#tag=v$pkgver")
+sha512sums=('20c09309c8d1ec1363d8f987390ef27bf3f36cb0d68e999c82242c7c8318a15a8908976a4b348db973bfd54084242e3b271b4e46271275bbeefe306aea9405ec')
 validpgpkeys=('29BCBADB4ECAAAC2382699388AFAFCD242818A52') # Andrey Kislyuk <kislyuk@gmail.com>
 
 pkgver() {