author | George Rawlinson
<grawlinson@archlinux.org> 2023-12-28 08:23:07 UTC |
committer | George Rawlinson
<grawlinson@archlinux.org> 2023-12-28 08:23:07 UTC |
parent | ede77c42e4c61ab3ffd26bb9f1c43cfb62df96f3 |
.SRCINFO | +21 | -0 |
PKGBUILD | +2 | -2 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..7191f23 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,21 @@ +pkgbase = python-license-expression + pkgdesc = Utility to parse, normalize and compare license expressions + pkgver = 30.2.0 + pkgrel = 1 + url = https://github.com/nexB/license-expression + arch = any + license = Apache + checkdepends = python-pytest + checkdepends = python-pytest-xdist + makedepends = git + makedepends = python-build + makedepends = python-installer + makedepends = python-wheel + makedepends = python-setuptools-scm + makedepends = python-wheel + depends = python + depends = python-boolean.py + source = python-license-expression::git+https://github.com/nexB/license-expression#commit=db2c6539755408a069f4a38d11ee3e7d7f49adde + b2sums = SKIP + +pkgname = python-license-expression diff --git a/PKGBUILD b/PKGBUILD index 8e21e37..5a0a19b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ # SPDX-License-Identifier: CC0-1.0 pkgname=python-license-expression -pkgver=30.1.1 +pkgver=30.2.0 pkgrel=1 pkgdesc='Utility to parse, normalize and compare license expressions' arch=('any') @@ -26,7 +26,7 @@ checkdepends=( 'python-pytest' 'python-pytest-xdist' ) -_commit='dd54f5125428fc070637b7db6ca780b2cda63ca3' +_commit='db2c6539755408a069f4a38d11ee3e7d7f49adde' source=("$pkgname::git+$url#commit=$_commit") b2sums=('SKIP')