summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStick2019-10-18 12:57:17 -0400
committerStick2019-10-18 12:57:17 -0400
commit47c99eccd7abe524f95aec6d36ddf2ca1806d98d (patch)
tree91f518537b2fec0c8b53ea417c5ecd5a9f2cf0e9
parent625a05584184d1363264407fa2811ff3e37b5f3c (diff)
downloadaur-47c99eccd7abe524f95aec6d36ddf2ca1806d98d.tar.gz
clean up PKGBUILD (direct download)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd78a585bf4a..14b921c8a57f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = jrebel
pkgdesc = Reload code changes instantly
pkgver = 2019.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://jrebel.com/software/jrebel/
install = jrebel.install
arch = i686
arch = x86_64
license = custom
depends = java-environment
+ optdepends = lib32-glibc: 32-bit support
provides = jrebel
backup = etc/profile.d/jrebel.sh
backup = etc/profile.d/jrebel.csh
- source = jrebel-2019.2.0-nosetup.zip::https://dl.zeroturnaround.com/?token=485695336bbbe9d300d7463138c08729a621554e
+ source = https://dl.zeroturnaround.com/jrebel/releases/jrebel-2019.2.0-nosetup.zip
source = jrebel.csh
source = jrebel.install
source = jrebel.sh
diff --git a/PKGBUILD b/PKGBUILD
index 58b1b9eae339..a85278020c63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=jrebel
pkgver=2019.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="Reload code changes instantly"
url="http://jrebel.com/software/jrebel/"
license=('custom')
@@ -13,13 +13,9 @@ depends=('java-environment')
optdepends=('lib32-glibc: 32-bit support')
backup=('etc/profile.d/jrebel.sh'
'etc/profile.d/jrebel.csh')
-
install=jrebel.install
-_pkgfile="$pkgname-$pkgver-nosetup.zip"
-_downloadurl=https:"$(curl "https://jrebel.com/software/jrebel/download/thank-you/?file=$_pkgfile" --silent | grep -o "//dl\\.zeroturnaround\\.com/?token=[a-fA-F0-9]*" | head -n 1)"
-
-source=("$_pkgfile::$_downloadurl"
+source=("https://dl.zeroturnaround.com/jrebel/releases/$pkgname-$pkgver-nosetup.zip"
"$pkgname.csh"
"$pkgname.install"
"$pkgname.sh")