summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colburn2021-03-11 23:52:51 -0500
committerAlex Colburn2021-03-11 23:56:04 -0500
commitdc69643ee80d8c1ac8f7d4c96bc729c36ac3a617 (patch)
tree8532b925711af9f7db9f8646e4e9948d27b604f0
parentf53812cf1b4cb14f19fde3e6a0e8e5d54a29b1fc (diff)
downloadaur-dc69643ee80d8c1ac8f7d4c96bc729c36ac3a617.tar.gz
Updated PKGBUILD to use the official download link
Previously I was just putting in the link to whatever mirror I got redirected to. This should require less upkeep in the future, as I can just change the version number and the link will be correct. It will likely also result in faster download speeds.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1996eaa55332..a334a5c57037 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eclipse-java-bin
pkgdesc = Highly extensible IDE
pkgver = 4.18
- pkgrel = 0
+ pkgrel = 1
url = https://www.eclipse.org
arch = x86_64
license = EPL
@@ -11,7 +11,7 @@ pkgbase = eclipse-java-bin
depends = libsecret
provides = eclipse-java
conflicts = eclipse-java
- source = https://eclipse.mirror.rafal.ca/technology/epp/downloads/release/2020-12/R/eclipse-java-2020-12-R-linux-gtk-x86_64.tar.gz
+ source = https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/2020-12/R/eclipse-java-2020-12-R-linux-gtk-x86_64.tar.gz
source = eclipse.desktop
source = eclipse.png
sha512sums = 1d5aac59454d35175c6b388674d23de91f45d953141389d82b5557d46de92beb2b14396427bfab8f6b198ed58bed67094755d26d3d379c92733f2a74d51b02bd
diff --git a/PKGBUILD b/PKGBUILD
index 8240a53a58ed..7f76c5947ba5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=eclipse-java-bin
pkgver=4.18
_releasemonth="2020-12"
-pkgrel=0
+pkgrel=1
pkgdesc="Highly extensible IDE"
arch=('x86_64')
url="https://www.eclipse.org"
@@ -11,7 +11,7 @@ depends=("java-environment>=11" "python" "libsecret")
makedepends=('tar')
provides=('eclipse-java')
conflicts=('eclipse-java')
-source=("https://eclipse.mirror.rafal.ca/technology/epp/downloads/release/$_releasemonth/R/${pkgname%-bin}-$_releasemonth-R-linux-gtk-$CARCH.tar.gz"
+source=("https://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/$_releasemonth/R/${pkgname%-bin}-$_releasemonth-R-linux-gtk-x86_64.tar.gz"
"eclipse.desktop"
"eclipse.png")
sha512sums=('1d5aac59454d35175c6b388674d23de91f45d953141389d82b5557d46de92beb2b14396427bfab8f6b198ed58bed67094755d26d3d379c92733f2a74d51b02bd'