diff options
author | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 11:25:45 +0000 |
---|---|---|
committer | Francesco Colista <francesco.colista@gmail.com> | 2013-04-25 11:27:03 +0000 |
commit | 990f15b729b6ca58b3fd5024ad3a6dd8987a6389 (patch) | |
tree | 1ac4b7ba4a1a8b335ea02537eb35c3442bbdf756 /testing/dnscrypt-proxy | |
parent | d52e92010695793340c9fdde2987cf0f61049833 (diff) | |
download | aports-990f15b729b6ca58b3fd5024ad3a6dd8987a6389.tar.bz2 aports-990f15b729b6ca58b3fd5024ad3a6dd8987a6389.tar.xz |
testing/dnscrypt-proxy: temp fixes build only x86
Diffstat (limited to 'testing/dnscrypt-proxy')
-rw-r--r-- | testing/dnscrypt-proxy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/dnscrypt-proxy/APKBUILD b/testing/dnscrypt-proxy/APKBUILD index 3311b54095..9b34b39180 100644 --- a/testing/dnscrypt-proxy/APKBUILD +++ b/testing/dnscrypt-proxy/APKBUILD @@ -5,7 +5,7 @@ pkgver=1.3.0 pkgrel=0 pkgdesc="A tool for securing communications between a client and a DNS resolver" url="http://dnscrypt.org/" -arch="all" +arch="x86" license="custom" depends="" depends_dev="" |