Search Criteria
Package Details: dex2jar-git 2.1.nightly.28.r13.gd7a8611-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/dex2jar-git.git (read-only, click to copy) |
---|---|
Package Base: | dex2jar-git |
Description: | Tools to work with android .dex and java .class files, git version |
Upstream URL: | https://github.com/pxb1988/dex2jar |
Keywords: | android reverse-engineering |
Licenses: | Apache-2.0 |
Conflicts: | dex2jar |
Provides: | dex2jar |
Submitter: | haruue |
Maintainer: | karmanyaahm (haruue) |
Last Packager: | karmanyaahm |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-08-20 03:37 (UTC) |
Last Updated: | 2021-08-21 16:22 (UTC) |
Dependencies (4)
- java-runtime (java-gcj-compat, jre10, jdk12-openj9-bin, zulu-12-bin, jre6, jre12, server-jre, jdk13-openj9-bin, jdk9-openj9-bin, jdk10, jdk10-openj9-bin, jdk14-openj9-bin, jdk7, jre7, zulu-14-bin, amazon-corretto-15, zulu-embedded-jdk8, sapmachine-jdk-bin, amazon-corretto-16, jdk8-graalvm-bin, jdk16-graalvm-bin, jre8-openjdk-shenandoah, zulu-16-bin, jdk16-adoptopenjdk, jdk16-microsoft-openjdk, jdk11-msopenjdk-bin, jdk18-beta-temurin, jdk8-arm, jre17-jetbrains, liberica-jdk-11-bin, liberica-jdk-11-lite-bin, liberica-jre-11-bin, jre11-jetbrains-imfix, java-openjdk-loom-ea-bin, jdk7-j9-bin, jdk7r1-j9-bin, jdk8-j9-bin, jdk11-j9-bin, jre11-jbr-xdg, jre16-openjdk, jre13-openjdk, jre14-openjdk, jre-bcl, jdk-bcl, amazon-corretto-18, zulu-18-bin, zulu-13-bin, jre15, jre14, jre13, jre16, bishengjdk-17, bishengjre-17, jdk-arm, jdk11-openj9-bin, jdk-openj9-bin, jre-jbr-xdg, jre18-openjdk, jdk18-openj9-bin, jdk-android-studio, amazon-corretto-19-bin, zulu-19-bin, jdk19-graalvm-bin, liberica-jre-11-full-bin, jdk19-graalvm-ee-bin, jdk13-openjdk-bin, zulu-embedded-jdk, jre8-openjdk-xdg, jre17-openjdk-xdg, jre15-openjdk, zulu-embedded-jdk11, liberica-jre-8-full-bin, jdk11-graalvm-bin, jdk18-temurin, jre19-openjdk, jdk11-microsoft-openjdk, jre-openj9, jdk11-graalvm-ee-bin, zulu-jre-fx-bin, jre17-jetbrains-imfix, jdk11-openjdk-dcevm, jre12-openjdk, jdk8-dragonwell-extended, jdk-jetbrains, jdk8-dragonwell-extended-bin, jdk8-dragonwell-standard-bin, jdk11-dragonwell-extended-bin, jdk11-dragonwell-standard-bin, jdk11-jetbrains-bin, jdk8-openj9-bin, jdk17-dragonwell-standard-bin, amazon-corretto-8, zulu-8-bin, zulu-20-bin, zulu-jdk-fx-bin, jdk-temurin, jdk17-graalvm-ee-bin, jdk20-graalvm-ee-bin, liberica-jdk-8-full-bin, jdk20-graalvm-bin, jdk17-graalvm-bin, mandrel-bin, jre-lts, jdk17-zulu-prime-bin, jdk8-graalvm-ee-bin, jdk8-aarch64, jdk8-temurin, jre17, jre8-adoptopenjdk, liberica-jdk-11-full-bin, liberica-jdk-17-full-bin, amazon-corretto-20-bin, amazon-corretto-17, zulu-15-bin, jdk8, jre8, jdk21-jetbrains-bin, jre21-jetbrains-imfix, amazon-corretto-11, jdk17-jetbrains-bin, jdk-microsoft-openjdk, jdk17-openj9-bin, jdk20-openj9-bin, java-openjdk-bin, zulu-21-bin, amazon-corretto-21-bin, jre11, liberica-jdk-full-bin, jre-openjdk-xdg, jdk11-temurin, jdk17-temurin, jre, zulu-11-bin, zulu-17-bin, jre-jetbrains, java-openjdk-ea-bin, jre-openjdk, jre11-openjdk, jre17-openjdk, jre8-openjdk)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- gradle (make)
- jdk8-openjdk (jdk8-openjdk-xdg) (make)
Required by (1)
- dexpatcher (requires dex2jar)
Latest Comments
kevku commented on 2022-08-29 19:07 (UTC)
might want to use https://github.com/ThexXTURBOXx/dex2jar fork instead
karmanyaahm commented on 2021-08-21 16:23 (UTC)
Pushed the fix suggested by @haruue . Sorry for the delay.
haruue commented on 2021-08-07 08:42 (UTC) (edited on 2021-08-07 08:44 (UTC) by haruue)
Just build it with gradle wrapper & jdk8
(sorry for the mistake in the last comment)
karmanyaahm commented on 2021-08-07 00:19 (UTC)
@deltaclock I'll see if there's any way of getting an older gradle package from the AUR working with this.
deltaclock commented on 2021-08-05 17:59 (UTC)
Seems like there is a problem with gradle 7.
karmanyaahm commented on 2020-12-19 06:40 (UTC)
@alissonlauffer fixed that. It'll show downgrading once for the next install presumably due to the difference in commit hashes.
alissonlauffer commented on 2020-12-19 06:24 (UTC)
Can you change pkgver from
2.1.nightly.28.r13.gd7a86110
to2.1.nightly.28.r13.gd7a8611
? The current pkgver uses a 8 character long git hash, where it should be 7 character long. It is making my AUR helper (yay) tell me that there are a new update even if it is updated.