python3-signedjson: switch from python3-nacl to python3-pynacl

This commit is contained in:
Piotr Wójcik 2020-07-28 22:04:35 +02:00 committed by Piotr
parent b9f91258b9
commit fdf6415248

View file

@ -1,13 +1,13 @@
# Template file for 'python3-signedjson'
pkgname=python3-signedjson
version=1.1.0
revision=1
revision=2
archs=noarch
wrksrc="python-signedjson-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-canonicaljson>=1.0.0 python3-unpaddedbase64>=1.0.1
python3-nacl>=0.3.0"
python3-pynacl"
short_desc="Sign JSON with Ed25519 signatures"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0"