author | David Runge
<dvzrv@archlinux.org> 2024-04-03 17:30:43 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-03 17:30:43 UTC |
parent | a09b79db2513228d67c1452824c027748345043f |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 61e7156..1dab76d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=2 pkgdesc='Implements boolean algebra in one module' arch=('any') url='https://github.com/bastikr/boolean.py' -license=('BSD') +license=('BSD-2-Clause') depends=('python') makedepends=('git' 'python-setuptools') checkdepends=('python-pytest')