diff --git a/cross/arch-bin-masquerade/APKBUILD b/cross/arch-bin-masquerade/APKBUILD index 3655ed8c9..c684ee04d 100644 --- a/cross/arch-bin-masquerade/APKBUILD +++ b/cross/arch-bin-masquerade/APKBUILD @@ -6,7 +6,7 @@ # that). pkgname=arch-bin-masquerade -pkgver=1 +pkgver=2 pkgrel=0 pkgdesc="Wrappers for ccache + distcc (native and foreign chroots)" url="https://postmarketOS.org" @@ -16,7 +16,7 @@ options="!check !tracedeps" package() { # Architectures and binaries - _archs="x86_64 armhf aarch64" + _archs="x86_64 armhf armv7 aarch64" _bins="c++ cc cpp g++ gcc" # Iterate over architectures