Package Details: android-apktool 2.9.3-1

Git Clone URL: https://aur.archlinux.org/android-apktool.git (read-only, click to copy)
Package Base: android-apktool
Description: a tool for reengineering Android apk files
Upstream URL: https://github.com/iBotPeaches/Apktool
Licenses: Apache-2.0
Submitter: TamCore
Maintainer: Muflone
Last Packager: Muflone
Votes: 240
Popularity: 0.24
First Submitted: 2010-10-25 15:09 (UTC)
Last Updated: 2024-02-06 01:08 (UTC)

Dependencies (3)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

heisenbugs commented on 2022-07-01 09:41 (UTC)

In addition to updating the package to 2.6.1, the source for apktool-install-linux-r04-brut1.tar.bz2 may need to be changed. When I tried installing just now connortumbleson.com was down. The file is currently still available at: https://web.archive.org/web/20220309133050/https://connortumbleson.com/apktool/googlecode/apktool-install-linux-r04-brut1.tar.bz2

mynacol commented on 2022-05-29 09:16 (UTC)

Hi @Muflone, mind updating to v2.6.1?

You just have to change the version number and the hash, see diff:

diff --git a/PKGBUILD b/PKGBUILD
index 9df9bda..513ff23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: navigaid <navigaid@gmail.com>

 pkgname=android-apktool
-pkgver=2.6.0
+pkgver=2.6.1
 pkgrel=1
 pkgdesc="a tool for reengineering Android apk files"
 arch=('any')
@@ -11,7 +11,7 @@ license=('Apache')
 depends=('java-runtime')
 source=("https://github.com/iBotPeaches/Apktool/releases/download/v${pkgver}/apktool_${pkgver}.jar"
         "http://connortumbleson.com/apktool/googlecode/apktool-install-linux-r04-brut1.tar.bz2")
-sha256sums=('f750a3cd2c1f942f27f5f7fd5d17eada3bdaff0a6643f49db847e842579fdda5'
+sha256sums=('bc2b9a87ac5a86905b6ca343c21a0db3bc37bdd51154bc9cdf65523d95895d34'
             'cffa5c0a46bab9c66da02cc5db651c3a8321bee98580815e44c802d62a696dfa')

 prepare() {

sToRmInG commented on 2021-01-11 12:43 (UTC) (edited on 2021-01-11 12:45 (UTC) by sToRmInG)

@Muflone you're right, sorry about that.

I switched to the GitHub wrapper as well. I use the package version to specify which wrapper script to use:

# Maintainer: Muflone http://www.muflone.com/contacts/english/
# Contributor: navigaid <navigaid@gmail.com>

pkgname=android-apktool
pkgver=2.5.0
pkgrel=1
pkgdesc="a tool for reengineering Android apk files"
arch=('any')
url="http://forum.xda-developers.com/showthread.php?t=1755243"
license=('Apache')
depends=('java-runtime')
source=("https://github.com/iBotPeaches/Apktool/releases/download/v${pkgver}/apktool_${pkgver}.jar"
        "https://raw.githubusercontent.com/iBotPeaches/Apktool/v${pkgver}/scripts/linux/apktool")
sha256sums=('b392d7cb99b592e9c5acc3c06f1b0f180edde96c66b86b3d6932b7c0c4079fe4'
            'e9a49351b4df65d532e7c3cef27144c7e0e1c2daad1e367e65b2acef6715b863')

prepare() {
  sed -i 's/libdir=.*progdir/libdir="\/usr\/share\/'${pkgname}'/' apktool
}

package() {
  install -Dm 0755 "${srcdir}/apktool" "${pkgdir}/usr/bin/apktool"
  install -Dm 0644 "${srcdir}/apktool_${pkgver}.jar" "${pkgdir}/usr/share/${pkgname}/apktool.jar"
}

Muflone commented on 2021-01-09 17:21 (UTC)

@sToRmInG it would be more useful if you had contributed in offering the fix instead of keeping your PKGBUILD

sToRmInG commented on 2021-01-09 07:34 (UTC)

I'd have an updated package ready. @Muflone: Can you add me as an additional maintainer or orphan the package?

rpodgorny commented on 2020-01-03 06:31 (UTC)

please update or orphan, thank you...

Vrakfall commented on 2019-05-05 20:07 (UTC) (edited on 2019-05-05 20:13 (UTC) by Vrakfall)

They now appear to be on github now as well. Maybe it'd be nice to add it to the possible sources (or as default).

(Forget the previous state of this comment, the bitbucket download still works, I didn't check hard enough before writing it.)

iamironz commented on 2019-03-05 07:57 (UTC)

@vasya Of course. Network outages, thanks for submitting.

vasya commented on 2019-03-04 08:23 (UTC)

@iamironz note that if you just want a package to be updated, the usual procedure is to click "Flag package out-of-date" on the web page.

iamironz commented on 2019-03-04 08:02 (UTC)

Please update repository with new 2.4.0 release: https://github.com/iBotPeaches/Apktool/releases/tag/v2.4.0