diff --git a/srcpkgs/jadx/template b/srcpkgs/jadx/template index ae63cb99db3..e34572570a3 100644 --- a/srcpkgs/jadx/template +++ b/srcpkgs/jadx/template @@ -1,6 +1,6 @@ # Template file for 'jadx' pkgname=jadx -version=1.5.5 +version=1.5.6 revision=1 hostmakedepends="openjdk21 gradle" short_desc="Decompiler for Dalvik bytecode" @@ -8,7 +8,11 @@ maintainer="Andrew Benson " license="Apache-2.0" homepage="https://github.com/skylot/jadx" distfiles="https://github.com/skylot/jadx/archive/v${version}.tar.gz" -checksum=8c1af4a9aebd5334367d5d60c8d56b02755b2027f9f8bc6633b5c3afdc273e1a +checksum=11bb5ebd8c3169ff3f87e6f928d60cff1545f0c55ba1f814ce67e43ba3f2a9e7 + +case "$XBPS_TARGET_MACHINE" in + i686*|arm*) broken="Unsupported architecture" ;; +esac do_build() { gradle --no-daemon copyArtifacts