author | David Runge
<dvzrv@archlinux.org> 2024-04-03 18:49:30 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-03 18:49:30 UTC |
parent | fbe1c9a0cbc364c4c3412eb06eb50d68fc42729a |
.SRCINFO | +2 | -2 |
PKGBUILD | +2 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 525cece..38cd0d6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -14,7 +14,7 @@ pkgbase = python-license-expression makedepends = python-wheel depends = python depends = python-boolean.py - source = python-license-expression::git+https://github.com/nexB/license-expression#commit=db2c6539755408a069f4a38d11ee3e7d7f49adde - b2sums = SKIP + source = python-license-expression::git+https://github.com/nexB/license-expression#tag=v30.2.0 + b2sums = 06edddfabb6b04008253ec9b8553a93bc6f35228b3cafb5779822a02c0149254254a0260b32160fc81c06bd2c445358ebdd59c52fc31bbc5d1499b38e6833daf pkgname = python-license-expression diff --git a/PKGBUILD b/PKGBUILD index a96cd10..ff4579e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -25,9 +25,8 @@ checkdepends=( 'python-pytest' 'python-pytest-xdist' ) -_commit='db2c6539755408a069f4a38d11ee3e7d7f49adde' -source=("$pkgname::git+$url#commit=$_commit") -b2sums=('SKIP') +source=("$pkgname::git+$url#tag=v$pkgver") +b2sums=('06edddfabb6b04008253ec9b8553a93bc6f35228b3cafb5779822a02c0149254254a0260b32160fc81c06bd2c445358ebdd59c52fc31bbc5d1499b38e6833daf') pkgver() { cd "$pkgname"