diff options
-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" |