diff options
Diffstat (limited to 'testing/sequoia-sqv')
-rw-r--r-- | testing/sequoia-sqv/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/sequoia-sqv/APKBUILD b/testing/sequoia-sqv/APKBUILD index c72d5edcc38..03a1f96df20 100644 --- a/testing/sequoia-sqv/APKBUILD +++ b/testing/sequoia-sqv/APKBUILD @@ -3,12 +3,12 @@ _project="sequoia" pkgname=$_project-sqv pkgver=0.9.0 -pkgrel=4 +pkgrel=5 pkgdesc="simple signature verification program" url="https://sequoia-pgp.org/" arch="armhf armv7 x86_64" # limited by cargo license="GPL-3.0-or-later" -makedepends="capnproto-dev cargo clang-dev nettle-dev openssl-dev +makedepends="capnproto-dev cargo clang-dev nettle-dev openssl-dev>3 py3-cffi py3-pytest py3-setuptools python3-dev sqlite-dev" source="https://gitlab.com/$_project-pgp/$_project/-/archive/v$pkgver/$_project-v$pkgver.tar.gz " |