* update python-license-expression to 30.1.1-1

This commit is contained in:
Alexander Baldeck 2023-08-30 22:45:17 +02:00
parent 09f2800a33
commit 80ef45c9b1

View File

@ -5,8 +5,8 @@
# SPDX-License-Identifier: CC0-1.0 # SPDX-License-Identifier: CC0-1.0
pkgname=python-license-expression pkgname=python-license-expression
pkgver=30.1.0 pkgver=30.1.1
pkgrel=2 pkgrel=1
pkgdesc='Utility to parse, normalize and compare license expressions' pkgdesc='Utility to parse, normalize and compare license expressions'
arch=(any) arch=(any)
url='https://github.com/nexB/license-expression' url='https://github.com/nexB/license-expression'
@ -27,7 +27,7 @@ checkdepends=(
'python-pytest' 'python-pytest'
'python-pytest-xdist' 'python-pytest-xdist'
) )
_commit='15481270d1080d18e94ad5c5e9618f07e07eb933' _commit='dd54f5125428fc070637b7db6ca780b2cda63ca3'
source=("$pkgname::git+$url#commit=$_commit") source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')