diff --git a/srcpkgs/Apktool/template b/srcpkgs/Apktool/template index 4ba213addb5..3d7ea80cb6e 100644 --- a/srcpkgs/Apktool/template +++ b/srcpkgs/Apktool/template @@ -1,6 +1,6 @@ # Template file for 'Apktool' pkgname=Apktool -version=2.11.1 +version=2.12.0 revision=1 hostmakedepends="openjdk11 gradle" depends="virtual?java-runtime" @@ -10,10 +10,11 @@ license="Apache-2.0" homepage="https://apktool.org" changelog="https://github.com/iBotPeaches/Apktool/releases" distfiles="https://github.com/iBotPeaches/Apktool/archive/refs/tags/v${version}.tar.gz" -checksum=1c1ac3add61c5d9043b5efdb228fbd2be7c3bd329bb6ed82228eedacef90bcb9 +checksum=d87a589778d4369362a99c83a67ca3d365891395aba1be1b85dbf04e72cd3298 do_build() { - gradle --no-daemon build shadowJar + # test task disabled, see https://github.com/iBotPeaches/Apktool/issues/3901 + gradle --no-daemon build shadowJar --exclude-task test } do_install() {