aboutsummaryrefslogtreecommitdiffstats
path: root/community/cargo/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/cargo/APKBUILD')
-rw-r--r--community/cargo/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/cargo/APKBUILD b/community/cargo/APKBUILD
index 4d0e0524f7..61012aa11d 100644
--- a/community/cargo/APKBUILD
+++ b/community/cargo/APKBUILD
@@ -5,7 +5,7 @@ pkgver=0.22.0
pkgrel=3
pkgdesc="The Rust package manager"
url="https://crates.io"
-#arch="x86_64" # limited by rust pkg
+arch="x86_64" # limited by rust pkg
license="MIT ASL-2.0"
depends="rust"
makedepends="cmake curl-dev libgit2-dev libssh2-dev libressl-dev python2 zlib-dev"