summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao2018-03-04 20:22:08 +0800
committerdianlujitao2018-03-04 20:22:08 +0800
commitfc6f1e667a2ec9677dd9d1c2a0b125a658f5856d (patch)
tree05c33d7ae6f55c4410d137fe58017bc7b7910619
parente7420eae21bb16ca617c529d6136a56855b21b14 (diff)
downloadaur-fc6f1e667a2ec9677dd9d1c2a0b125a658f5856d.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06a6ac1fa5a6..26e20ddbc500 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = jadx-unstable-bin
pkgdesc = Command line and GUI tools to produce Java source code from Android Dex and APK files
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/skylot/jadx
arch = any
license = Apache
@@ -11,8 +11,8 @@ pkgbase = jadx-unstable-bin
depends = xorg-font-utils
provides = jadx
conflicts = jadx
- source = https://dl.bintray.com/skylot/jadx/jadx-0.7.0-b375-d42bf2d.zip
- sha256sums = 59b248cc18bdbbc5767ac92544538936c2eaa3091bbc8a09e60d9c959dc23966
+ source = https://dl.bintray.com/skylot/jadx/jadx-0.7.0-b389-a046f1c.zip
+ sha256sums = ba643457f0134c842befe8f487b601623fde9036543049dfa5d63f709fa8fd17
pkgname = jadx-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3e5b262d6b28..0896baeb29b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=jadx
pkgname=jadx-unstable-bin
pkgver=0.7.0
-_pkgver=b375-d42bf2d
-pkgrel=2
+_pkgver=b389-a046f1c
+pkgrel=3
pkgdesc='Command line and GUI tools to produce Java source code from Android Dex and APK files'
url='https://github.com/skylot/jadx'
arch=('any')
@@ -13,7 +13,7 @@ depends=('java-runtime' 'bash' 'fontconfig' 'xorg-font-utils')
provides=('jadx')
conflicts=('jadx')
source=("https://dl.bintray.com/skylot/$_pkgname/${_pkgname}-${pkgver}-${_pkgver}.zip")
-sha256sums=('59b248cc18bdbbc5767ac92544538936c2eaa3091bbc8a09e60d9c959dc23966')
+sha256sums=('ba643457f0134c842befe8f487b601623fde9036543049dfa5d63f709fa8fd17')
package() {
install -Dm 755 bin/jadx "${pkgdir}/usr/share/java/${_pkgname}/bin/jadx"