diff --git a/testing/apx/APKBUILD b/testing/apx/APKBUILD
index 35b9a1a6bf64762d547b3a183ae048f28fb87f9d..4b0e97357e2a91b00e83a1844774137e30aefed4 100644
--- a/testing/apx/APKBUILD
+++ b/testing/apx/APKBUILD
@@ -1,13 +1,13 @@
 # Contributor: Bart Ribbers <bribbers@disroot.org>
 # Maintainer: Bart Ribbers <bribbers@disroot.org>
 pkgname=apx
-pkgver=1.5.0
-pkgrel=1
+pkgver=1.6.1
+pkgrel=0
 pkgdesc="A package manager that can install packages from multiple sources without altering the root filesystem"
 url="https://github.com/Vanilla-OS/apx"
 license="GPL-3.0-only"
-# s390x and riscv64 blocked by podman -> distrobox
-arch="all !s390x !riscv64"
+# s390x, riscv64, armv7, armhf and x86 blocked by podman -> distrobox
+arch="x86_64 aarch64 ppc64le"
 depends="distrobox"
 makedepends="go"
 subpackages="$pkgname-doc"
@@ -35,6 +35,6 @@ package() {
 }
 
 sha512sums="
-36a4e59866f0ffba4c37a2b2ee4fef8321c5978bc4e3264f6fda22bd56b165658bc81e25de8661b22c0d8ed37c7d4a5419d0f23076dd2d5f1ceff43d5daa0107  apx-1.5.0-2.tar.gz
+4b91d63a47eb07751bdd4a547c2e83b70ae1621226c671d69490f610b8258adce6aa54824071f488fdd9d3276255c909bfe93e501949139f818d3a8e45711cec  apx-1.6.1-2.tar.gz
 53bbd1121381c030518c0ede214ad28da782b216c3ed57bf0a85051f495a33ec2da7ea57f2883579b36a6a20c8ec351b573164467426063061762b32ebef859f  config.json
 "