[arch-commits] Commit in jadx/trunk (PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Mon Jul 1 21:12:47 UTC 2019


    Date: Monday, July 1, 2019 @ 21:12:46
  Author: anthraxx
Revision: 487217

upgpkg: jadx 1.0.0-1

Modified:
  jadx/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-01 21:08:12 UTC (rev 487216)
+++ PKGBUILD	2019-07-01 21:12:46 UTC (rev 487217)
@@ -2,7 +2,7 @@
 # Contributor: Nicolas Hureau <archlinux at kalenz.net>
 
 pkgname=jadx
-pkgver=0.9.0
+pkgver=1.0.0
 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'
@@ -10,9 +10,9 @@
 license=('Apache')
 depends=('java-runtime=8' 'bash' 'fontconfig' 'xorg-font-utils')
 makedepends=('java-environment=8' 'gradle')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/skylot/${pkgname}/archive/v${pkgver}.tar.gz)
-sha256sums=('5106e89757cfe8b791d3092d6463368db5bb551cddbfd784cb64da35ce41011f')
-sha512sums=('adf95d90b619625917e72152229900435588c5d28b4814e4107a4aa35e9fa8efa0636c5385ab772cf3671aa29746aff9ab190f47d7007e49ddf21c3120bdce40')
+source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('bef7354f75d2dc89e28a22d81a551425573e0bf03577a28aad2ac33e5977abd8')
+sha512sums=('95777b7b658dbed74ae2b88ae643d8e0190199a814ccc59d1d95ef40caaffdebee862c07a0661f82073248401989af4c9d326d86f2c9ba8d4b3a02f19d2b3d87')
 
 build() {
   cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list