author | David Runge
<dvzrv@archlinux.org> 2024-04-03 18:48:33 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-03 18:48:33 UTC |
parent | 88b5907636b88e304485a09f417bb7bc27c3c1c8 |
.SRCINFO | +1 | -1 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 8c97a17..525cece 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = python-license-expression pkgrel = 1 url = https://github.com/nexB/license-expression arch = any - license = Apache + license = Apache-2.0 checkdepends = python-pytest checkdepends = python-pytest-xdist makedepends = git diff --git a/PKGBUILD b/PKGBUILD index ef8b199..a96cd10 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Utility to parse, normalize and compare license expressions' arch=('any') url='https://github.com/nexB/license-expression' -license=('Apache') +license=('Apache-2.0') depends=( 'python' 'python-boolean.py'