summaryrefslogtreecommitdiff
path: root/testing/apmpkg/APKBUILD
diff options
context:
space:
mode:
authorkedap <kedap.dev@protonmail.com>2021-06-16 22:46:54 +0000
committerLeo <thinkabit.ukim@gmail.com>2021-06-17 09:54:30 +0000
commit809bd8a5daf3384a590118044b7eb67c2472ea14 (patch)
tree2cc4b3896a5c5f98e94514c83379428c4ccefe02 /testing/apmpkg/APKBUILD
parent163d1a445e98c1d24e43b1ead621ef7d860ed499 (diff)
downloadaports-809bd8a5daf3384a590118044b7eb67c2472ea14.zip
update the arch
Diffstat (limited to 'testing/apmpkg/APKBUILD')
-rw-r--r--testing/apmpkg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/apmpkg/APKBUILD b/testing/apmpkg/APKBUILD
index f2f99995736..46efc6b1e03 100644
--- a/testing/apmpkg/APKBUILD
+++ b/testing/apmpkg/APKBUILD
@@ -5,7 +5,7 @@ pkgver=1.3.0
pkgrel=0
pkgdesc="Un administrador de paquetes universal para linux como modelo: PKGBUILD"
url="https://github.com/kedap/apmpkg"
-arch="x86_64"
+arch="x86_64 armv7 armhf aarch64 x86 ppc64le" # limited by rust/cargo
license="Apache-2"
depends="git fakeroot wget ruby-bundler py3-pip rsync bash ruby-dev"
makedepends="cargo libressl-dev"