aboutsummaryrefslogtreecommitdiffstats
path: root/testing/proot
diff options
context:
space:
mode:
authoralpine-mips-patches <info@mobile-stream.com>2019-03-13 10:33:57 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2019-04-02 12:07:43 +0000
commit89fe3e62a9bb12c6d6fd5058b59cd4e4799aa99e (patch)
tree46542a680812d99f623ef1a0f2ee8edd4e00854f /testing/proot
parentba57c8d19efc4339119c778c312fde614cb893a8 (diff)
downloadaports-89fe3e62a9bb12c6d6fd5058b59cd4e4799aa99e.tar.bz2
aports-89fe3e62a9bb12c6d6fd5058b59cd4e4799aa99e.tar.xz
testing/proot: list supported architectures explicitly
Upstream is only aware of AArch64, AArch32, AMD64, IA-32 and SH-4 (see src/arch.h)
Diffstat (limited to 'testing/proot')
-rw-r--r--testing/proot/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/proot/APKBUILD b/testing/proot/APKBUILD
index 3eb8bc69e5..168fba91fa 100644
--- a/testing/proot/APKBUILD
+++ b/testing/proot/APKBUILD
@@ -4,10 +4,10 @@ pkgname=proot
_pkgname=PRoot
pkgver=5.1.0_git20190306
_sha=a6db8746f21a2e68a8d0290a0aa9b3ad36d78f56 # contain musl fixes
-pkgrel=0
+pkgrel=1
pkgdesc="User-space implementation of chroot, mount --bind, and binfmt_misc"
url="https://proot-me.github.io"
-arch="all !ppc64le !s390x"
+arch="aarch64 armhf armv7 x86 x86_64"
license="GPL-2-or-later"
makedepends="bsd-compat-headers linux-headers libarchive-dev talloc-dev"
subpackages="$pkgname-doc $pkgname-static"