Package Details: intellij-idea-community-edition-jre 2024.3.5-1

Git Clone URL: https://aur.archlinux.org/intellij-idea-community-edition-jre.git (read-only, click to copy)
Package Base: intellij-idea-community-edition-jre
Description: Intellij Idea Community Edition with bundled JRE
Upstream URL: http://www.jetbrains.com/idea/
Keywords: IDEA intellij Jetbrains
Licenses: Apache2
Conflicts: jetbrains-idea-ce
Provides: jetbrains-idea-ce
Submitter: tjquillan
Maintainer: tjquillan (dmarinov)
Last Packager: dmarinov
Votes: 15
Popularity: 0.30
First Submitted: 2018-05-05 04:05 (UTC)
Last Updated: 2025-03-23 15:24 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

xenolith commented on 2021-01-02 00:53 (UTC)

Updated to latest version:

diff --git a/PKGBUILD b/PKGBUILD
index 3aa247a..2563c44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 pkgname=intellij-idea-community-edition-jre
 _appname=jetbrains-idea-ce
-pkgver=2020.3.1
-_buildver=203.6682.168
+pkgver=2020.3
+_buildver=203.5981.155
 pkgrel=1
 pkgdesc="Intellij Idea Community Edition with bundled JRE"
 arch=('any')
@@ -14,7 +14,7 @@ provides=("$_appname")
 conflicts=("$_appname")
 source=("https://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz"
                "$_appname.desktop")
-sha256sums=('06abca33b240b24f447dada437f5ce7387b47644c76378230254d6163882a42a'
+sha256sums=('c6f78b72cf7b82619685651ae8517c3faf983dc558c4d4f4c171801ab8d43674'
             '91aa66e16e428d595c9f76a02f5a6d54d6fb0b1d1ccac4159cfb7070cff26a4b')

 package() {

tjquillan commented on 2020-10-08 13:13 (UTC)

Hi all, I have pushed a new version with a fixed buildver. Sorry about that!

woschtl commented on 2020-10-08 11:27 (UTC) (edited on 2020-10-08 11:33 (UTC) by woschtl)

I have the same problem as TangledShoelace. I think the folder needs to be changed to idea-IC-202.7660.26.

It works if I set _buildver=202.7660.26 in the PKGBUILD.

TangledShoelace commented on 2020-10-08 09:55 (UTC)

Hey, I'm getting an error installing the package:

PKGBUILD: line 21: cd: idea-IC-202.7319.50: No such file or directory

Anyone else have this? Any known fix? I haven't yet investigasted the cause.

tjquillan commented on 2020-08-27 15:43 (UTC)

Hi, sorry for the delay. I do my best to keep this up to date, ha ha.

baba.opensource commented on 2020-08-27 15:30 (UTC)

@tbroyer thank you very much. I wish I knew more so that I could contribute to maintaining this package.

tbroyer commented on 2020-08-27 15:14 (UTC)

@baba.opensource: I flagged it as out-of-date yesterday, with the diff I'm using: https://aur.archlinux.org/pkgbase/intellij-idea-community-edition-jre/flag-comment/ (didn't have any issue for the moment)

baba.opensource commented on 2020-08-27 15:09 (UTC) (edited on 2020-08-27 15:19 (UTC) by baba.opensource)

Hi (I am a newbie).

there is a new version:

  • pkgver=2020.2.1
  • a107f09ae789acc1324fdf8d22322ea4e4654656c742e4dee8a184e265f1b014
  • _buildver=202.6948.69

jianglai commented on 2020-07-13 01:42 (UTC)

For 2020.1.3 upgrade:

diff --git a/PKGBUILD b/PKGBUILD
index 8b56c07..38ddfb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 pkgname=intellij-idea-community-edition-jre
 _appname=jetbrains-idea-ce
-pkgver=2020.1.2
-_buildver=201.7846.76
+pkgver=2020.1.3
+_buildver=201.8538.31
 pkgrel=1
 pkgdesc="Intellij Idea Community Edition with bundled JRE"
 arch=('any')
@@ -14,7 +14,7 @@ provides=("$_appname")
 conflicts=("$_appname")
 source=("https://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz"
                "$_appname.desktop")
-sha256sums=('8d1e0b359cff49f17c0122422519a5e01676f07dd68070d13e6ed165aec7ee1d'
+sha256sums=('1a507a7f95b796412e70c3a8e7727987f854235c268b8b682cdca27785d7ccab'
             '91aa66e16e428d595c9f76a02f5a6d54d6fb0b1d1ccac4159cfb7070cff26a4b')

 package() {