diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2014-04-20 20:48:45 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2014-04-20 20:48:45 +0000 |
commit | 37c5bdad68ba0384b684278f828f7918f1889b40 (patch) | |
tree | 4d5d3ccba62c33bdc52b5456643397e80cbeaf3d /testing/dnscrypt-proxy | |
parent | 611144451ccf3ca26a16b865ff6d6cce52b7f535 (diff) | |
download | aports-37c5bdad68ba0384b684278f828f7918f1889b40.tar.bz2 aports-37c5bdad68ba0384b684278f828f7918f1889b40.tar.xz |
testing/dnscrypt-proxy: enable x86_64 compilation
Diffstat (limited to 'testing/dnscrypt-proxy')
-rw-r--r-- | testing/dnscrypt-proxy/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/dnscrypt-proxy/APKBUILD b/testing/dnscrypt-proxy/APKBUILD index a8cbd7efc9..e319076e6f 100644 --- a/testing/dnscrypt-proxy/APKBUILD +++ b/testing/dnscrypt-proxy/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=dnscrypt-proxy pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for securing communications between a client and a DNS resolver" url="http://dnscrypt.org/" -arch="x86" +arch="all" license="custom" depends="libsodium" depends_dev="libtool automake autoconf libsodium-dev" |