summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2021-07-16 23:14:36 +0200
committerMaxime “pep” Buquet2021-07-16 23:14:36 +0200
commit390934857cb3ccca07c57574aac4ad13846a07d1 (patch)
treecc20fe2edd46cbb24840255306c3075b1c4c3844 /PKGBUILD
parent5506bfa1b063e044a7231a5450609e2f0d548b67 (diff)
downloadaur-390934857cb3ccca07c57574aac4ad13846a07d1.tar.gz
Add python-pynacl in depends
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b435133a3bc..1a7312efbc38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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})