diff options
author | J0WI <J0WI@users.noreply.github.com> | 2019-08-13 15:59:54 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-08-13 21:57:53 +0300 |
commit | f175728ec7eb1a1e296bd5110c9b380c01ddefe5 (patch) | |
tree | 12622e03382d9efe304fbcdebd2088fc3bba51ef /testing | |
parent | ecaf83bb9451cfda24a13835689329c19247832c (diff) | |
download | aports-f175728ec7eb1a1e296bd5110c9b380c01ddefe5.tar.bz2 aports-f175728ec7eb1a1e296bd5110c9b380c01ddefe5.tar.xz |
testing/sd: enable on armhf and armv7
Diffstat (limited to 'testing')
-rw-r--r-- | testing/sd/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/sd/APKBUILD b/testing/sd/APKBUILD index 9b28c68d39..7fb7b934eb 100644 --- a/testing/sd/APKBUILD +++ b/testing/sd/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.6.5 pkgrel=0 pkgdesc="An intuitive find & replace CLI" url="https://github.com/chmln/sd" -arch="x86_64" # limited by rust/cargo +arch="x86_64 armhf armv7" # limited by rust/cargo license="MIT" options="net" makedepends="cargo" |