diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ pkgrel=3 pkgdesc="An easy, fast lib to correctly password-protect your data" arch=('any') url="https://github.com/ofek/privy" -license=('MIT' 'Apache') +license=('Apache-2.0 AND MIT') depends=('python-cryptography' 'python-argon2_cffi') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-pytest') |