diff --git a/srcpkgs/MEGAcmd/template b/srcpkgs/MEGAcmd/template index b099b6053d7..8d19000462b 100644 --- a/srcpkgs/MEGAcmd/template +++ b/srcpkgs/MEGAcmd/template @@ -14,6 +14,10 @@ distfiles="https://github.com/meganz/MEGAcmd/archive/${version}.tar.gz" checksum=791fe292b077d0fe11635a8a24bd3d5f3846ed5a0ea675bd05d5ae10d86a675b replaces="megacmd>=0" +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/7450/steps/shell_3/logs/stdio" ;; +esac + if [ "$CROSS_BUILD" ]; then configure_args="--with-libtool-sysroot=${XBPS_CROSS_BASE}" fi