Package Details: intellij-idea-community-edition-jre 2024.1-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: 12
Popularity: 0.000286
First Submitted: 2018-05-05 04:05 (UTC)
Last Updated: 2024-04-04 16:33 (UTC)

Dependencies (6)

Required by (0)

Sources (2)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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() {

tbroyer commented on 2020-05-03 14:44 (UTC)

For those who want 2020.1.1 (and to help the maintainer update the package):

diff --git a/PKGBUILD b/PKGBUILD
index f697add..cc2012a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 pkgname=intellij-idea-community-edition-jre
 _appname=jetbrains-idea-ce
-pkgver=2020.1
-_buildver=201.6668.121
+pkgver=2020.1.1
+_buildver=201.7223.91
 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=('fa301279ec1591ecad8758113ff22a64e82b11a583e7eae6fac0eb60ddc9f8e5'
+sha256sums=('b340a1cfdd77d52325b3b775fa880ded62e0826c72ad126d8cb2a6e7b8460461'
             '91aa66e16e428d595c9f76a02f5a6d54d6fb0b1d1ccac4159cfb7070cff26a4b')

 package() {

The shasum comes from https://download.jetbrains.com/idea/ideaIC-2020.1.1.tar.gz.sha256 and buildver from https://www.jetbrains.com/idea/download/#section=linux

YanDoroshenko commented on 2019-08-07 07:22 (UTC)

Works, hats off to maintainer.

mrvik commented on 2019-08-06 16:07 (UTC)

403 from jetbrains download site. Manual downloading on a browser gives the same response plus a xml file saying the same thing.

==> Retrieving sources...
  -> Downloading ideaIC-2019.2-jbr11.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   154  100   154    0     0    362      0 --:--:-- --:--:-- --:--:--   362
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
curl: (22) The requested URL returned error: 403 Forbidden
==> ERROR: Failure while downloading https://download.jetbrains.com/idea/ideaIC-2019.2-jbr11.tar.gz

tjquillan commented on 2019-08-06 13:37 (UTC)

I apologize. I just updated the packages. Over the summer I had a lot of work and fell behind on updating this.