summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarson Black2020-05-02 11:18:32 -0400
committerCarson Black2020-05-02 11:18:32 -0400
commit6bf8b0943d258d882b71a3c71be4cbd42faa6b33 (patch)
tree23841c36a83e28dd71eebcc6b14de927b7baf612 /PKGBUILD
parentdae7f3412446114bc069580b5648cd821fde5fe4 (diff)
downloadaur-6bf8b0943d258d882b71a3c71be4cbd42faa6b33.tar.gz
Fix source URLs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8e953f60a17..44e2208b922d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgbase=eclipse
pkgname=(eclipse-{common,java,jee,cpp,php,javascript,rust})
pkgver=4.15
-pkgrel=3
+pkgrel=4
_release=2020-03/R
pkgdesc="Highly extensible IDE"
license=(EPL)
@@ -28,7 +28,7 @@ sha256sums_x86_64=('eea78b2daab7c5d3e11cd86d0782023a05f7e173265f470536357ef97cd3
_sourcename() {
case $1 in
eclipse-common) return 1 ;;
- eclipse-rust ) echo $1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
+ eclipse-rust|eclipse-cpp|eclipse-jee|eclipse-javascript) echo $1-${_release//\//-}-incubation-linux-gtk-x86_64.tar.gz ;;
* ) echo $1-${_release//\//-}-linux-gtk-x86_64.tar.gz ;;
esac
}