summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordianlujitao2018-04-22 19:31:02 +0800
committerdianlujitao2018-04-22 19:31:02 +0800
commiteb3dde2a4de43b0cca2731243f77b29a8418c899 (patch)
tree2de916192b4c3b269a2d1010f3bb408fe1b1a482
parent97025a10f210f318c3e5f30dbd313ed7559b05a7 (diff)
downloadaur-eb3dde2a4de43b0cca2731243f77b29a8418c899.tar.gz
Fix download link
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53428ce8d578..a44d181accb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = jadx-unstable-bin
depends = xorg-font-utils
provides = jadx
conflicts = jadx
- source = https://dl.bintray.com/skylot/jadx/jadx-0.7.2-b427-3b2d595.zip
+ source = https://dl.bintray.com/skylot/jadx/jadx-0.7.2-unstable-b427-3b2d595.zip
sha256sums = 00d0c4feb9faa9db19c254a48b4a33a21ad086f9a27439474e721e6afdc98aed
pkgname = jadx-unstable-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4ab2504a94a0..e684770637b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('Apache')
depends=('java-runtime' 'bash' 'fontconfig' 'xorg-font-utils')
provides=('jadx')
conflicts=('jadx')
-source=("https://dl.bintray.com/skylot/$_pkgname/${_pkgname}-${pkgver}-${_pkgver}.zip")
+source=("https://dl.bintray.com/skylot/$_pkgname/${_pkgname}-${pkgver}-unstable-${_pkgver}.zip")
sha256sums=('00d0c4feb9faa9db19c254a48b4a33a21ad086f9a27439474e721e6afdc98aed')
package() {