author | David Runge
<dvzrv@archlinux.org> 2024-04-06 16:16:13 UTC |
committer | David Runge
<dvzrv@archlinux.org> 2024-04-06 16:16:13 UTC |
parent | fd736ed1e5105b38f044321874390e412b97067f |
PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 3b61410..63e0c56 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='Easy, extensible command line tab completion of arguments for your Python script' url='https://github.com/kislyuk/argcomplete' arch=('any') -license=('Apache') +license=('Apache-2.0') depends=('python') makedepends=('git' 'python-setuptools') checkdepends=('python-pexpect' 'tcsh' 'fish' 'python-pip')