diff --git a/community/ncspot/APKBUILD b/community/ncspot/APKBUILD
index 836569f7ce5b3703e40e5b78f209594f981b1651..058a617c2eddac5d5fecc911a4aa1902e2510928 100644
--- a/community/ncspot/APKBUILD
+++ b/community/ncspot/APKBUILD
@@ -7,7 +7,8 @@ pkgdesc="Cross-platform ncurses Spotify client inspired by ncmpc and the likes"
 url="https://github.com/hrkfdn/ncspot"
 # riscv64: takes eternity to build
 # s390x: fails to build nix crate
-arch="all !riscv64 !s390x"
+# ppc64le: fails to build notify-rust crate
+arch="all !riscv64 !s390x !ppc64le"
 license="BSD-2-Clause"
 makedepends="
 	cargo