diff options
author | tcely <tcely@users.noreply.github.com> | 2019-07-23 02:18:45 -0400 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-07-23 09:30:42 +0000 |
commit | f67bda2aa63bb4879fb4f1d63e9502f4ba9646cf (patch) | |
tree | 890870d8f41c01a8afc01d5c2c56808dae5f939a /testing/sequoia-sqv | |
parent | 16f9f0de85fd8a19ed735cc87cb9844dd4b52ac6 (diff) | |
download | aports-f67bda2aa63bb4879fb4f1d63e9502f4ba9646cf.tar.bz2 aports-f67bda2aa63bb4879fb4f1d63e9502f4ba9646cf.tar.xz |
Revert "testing/sequoia-sqv: disable due to build error with nettle"
This reverts commit 6cf41c6943198e829d44a1d72cc3f5e0b73f8f07.
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 43da2cd506..3cd904d8f8 100644 --- a/testing/sequoia-sqv/APKBUILD +++ b/testing/sequoia-sqv/APKBUILD @@ -3,10 +3,10 @@ _project="sequoia" pkgname="${_project}-sqv" pkgver="0.7.0" -pkgrel=1 +pkgrel=0 pkgdesc="A simple signature verification program" url="https://sequoia-pgp.org/" -arch="" # limited by cargo +arch="x86_64" # limited by cargo license="GPL-3.0-or-later" depends="" makedepends="capnproto-dev cargo clang-dev nettle-dev openssl-dev |