summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao2018-04-22 19:26:39 +0800
committerdianlujitao2018-04-22 19:26:39 +0800
commit97025a10f210f318c3e5f30dbd313ed7559b05a7 (patch)
tree83fa1ca052a6131837de8e24d6431d2029d47fd9
parentfc6f1e667a2ec9677dd9d1c2a0b125a658f5856d (diff)
downloadaur-97025a10f210f318c3e5f30dbd313ed7559b05a7.tar.gz
Bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e20ddbc500..53428ce8d578 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 = 3
+ pkgver = 0.7.2
+ pkgrel = 1
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-b389-a046f1c.zip
- sha256sums = ba643457f0134c842befe8f487b601623fde9036543049dfa5d63f709fa8fd17
+ source = https://dl.bintray.com/skylot/jadx/jadx-0.7.2-b427-3b2d595.zip
+ sha256sums = 00d0c4feb9faa9db19c254a48b4a33a21ad086f9a27439474e721e6afdc98aed
pkgname = jadx-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0896baeb29b2..4ab2504a94a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_pkgname=jadx
pkgname=jadx-unstable-bin
-pkgver=0.7.0
-_pkgver=b389-a046f1c
-pkgrel=3
+pkgver=0.7.2
+_pkgver=b427-3b2d595
+pkgrel=1
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=('ba643457f0134c842befe8f487b601623fde9036543049dfa5d63f709fa8fd17')
+sha256sums=('00d0c4feb9faa9db19c254a48b4a33a21ad086f9a27439474e721e6afdc98aed')
package() {
install -Dm 755 bin/jadx "${pkgdir}/usr/share/java/${_pkgname}/bin/jadx"