diff options
author | Maxime “pep” Buquet | 2021-07-16 23:14:36 +0200 |
---|---|---|
committer | Maxime “pep” Buquet | 2021-07-16 23:14:36 +0200 |
commit | 390934857cb3ccca07c57574aac4ad13846a07d1 (patch) | |
tree | cc20fe2edd46cbb24840255306c3075b1c4c3844 /PKGBUILD | |
parent | 5506bfa1b063e044a7231a5450609e2f0d548b67 (diff) | |
download | aur-python-xeddsa-git.tar.gz |
Add python-pynacl in depends
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,13 +4,13 @@ _pkgname=python-xeddsa pkgbase=${_pkgname}-git pkgname=${pkgbase} pkgver=r75.5b6b93b -pkgrel=1 +pkgrel=2 pkgdesc="A python implementation of the XEdDSA signature scheme" url='https://github.com/Syndace/python-xeddsa' license=('MIT') arch=('any') makedepends=('git' 'python-setuptools' 'cmake' 'libsodium') -depends=('glibc' 'python-libnacl') +depends=('glibc' 'python-libnacl' 'python-pynacl') source=("${_pkgname}::git+https://github.com/Syndace/python-xeddsa.git") sha256sums=('SKIP') conflicts=(${_pkgname}) |