summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoriboyperson2019-03-29 10:01:54 -0700
committeriboyperson2019-03-29 10:01:54 -0700
commit4324725f5747f4d313a612887cfe5d1e6d49fc27 (patch)
treedef21eb3d9b43fdf64ff7832ef558fd99eeaaae5 /PKGBUILD
parent11d6bd1ee4bb02ded20d8aa62106a111324e7504 (diff)
downloadaur-4324725f5747f4d313a612887cfe5d1e6d49fc27.tar.gz
make jre use jbr11
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e45050947dd0..bc071ea24ae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=intellij-idea-community-edition-jre
_appname=jetbrains-idea-ce
pkgver=2019.1
_buildver=191.6183.87
-pkgrel=1
+pkgrel=2
pkgdesc="Intellij Idea Community Edition with bundled JRE"
arch=('any')
url="http://www.jetbrains.com/idea/"
@@ -12,9 +12,9 @@ license=("Apache2")
depends=('giflib' 'libxtst' 'python' 'sh' 'ttf-font' 'libdbusmenu-glib')
provides=("$_appname")
conflicts=("$_appname")
-source=("https://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz"
+source=("https://download.jetbrains.com/idea/ideaIC-$pkgver-jbr11.tar.gz"
"$_appname.desktop")
-md5sums=('19aede0c1980447f398c1601ea3d8e8b'
+md5sums=('b5114f3d08504a13dc8255be66ec6acb'
'56d945e72cc22162d5be26af027999dd')
package() {