summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik Schwan2024-01-23 22:33:59 +0100
committerFrederik Schwan2024-01-23 22:33:59 +0100
commite622ee05af0e66235b2960482a134cbca17f496d (patch)
tree39c19be3a759538af9bb6e4f06ba135e996eec2e
parent3a6239d694019dd6a42630b293df8af9cea26337 (diff)
downloadaur-e622ee05af0e66235b2960482a134cbca17f496d.tar.gz
update jetbrains download url to cloudflare and cleanup dependencies
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93eaac3ee16d..53ba2911b108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -15,7 +15,7 @@ pkgbase = jetbrains-toolbox
depends = nss
optdepends = xdg-utils: open URLs
options = !strip
- source = https://download.jetbrains.com/toolbox/jetbrains-toolbox-2.1.3.18901.tar.gz
+ source = https://download-cf.jetbrains.com/toolbox/jetbrains-toolbox-2.1.3.18901.tar.gz
source = jetbrains-toolbox.desktop
source = icon.svg
source = LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index afedb476357f..73329e388cc1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('custom:jetbrains')
depends=('fuse' 'glib2' 'libxslt' 'libxss' 'xcb-util-keysyms' 'xdg-utils' 'nss')
optdepends=('xdg-utils: open URLs')
options=('!strip')
-source=("https://download.jetbrains.com/toolbox/${pkgname}-${pkgver}.tar.gz"
+source=("https://download-cf.jetbrains.com/toolbox/${pkgname}-${pkgver}.tar.gz"
jetbrains-toolbox.desktop
icon.svg
LICENSE)