summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordianlujitao2018-05-25 10:10:46 +0800
committerdianlujitao2018-05-25 10:10:46 +0800
commit37687e696c6f5b076bed891f69f6f59355c33a72 (patch)
treeb0f215aec9ff4a89c01b312511847f8035bcd580 /PKGBUILD
parenteb3dde2a4de43b0cca2731243f77b29a8418c899 (diff)
downloadaur-37687e696c6f5b076bed891f69f6f59355c33a72.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e684770637b4..c175d0d1f231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname=jadx
pkgname=jadx-unstable-bin
pkgver=0.7.2
-_pkgver=b427-3b2d595
-pkgrel=1
+_pkgver=b434-8fdb473
+pkgrel=2
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}-unstable-${_pkgver}.zip")
-sha256sums=('00d0c4feb9faa9db19c254a48b4a33a21ad086f9a27439474e721e6afdc98aed')
+sha256sums=('4364922725599fa88cb1cee18dfa7f3343c08afb3d3dbfe18dfcb0d73722978a')
package() {
install -Dm 755 bin/jadx "${pkgdir}/usr/share/java/${_pkgname}/bin/jadx"