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 »

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.

YanDoroshenko commented on 2019-08-06 09:36 (UTC)

Is anything going on with this? It's been outdated for quite a while so are there any updates? I've done some poking around Jetbrains download links and seems like they don't provide the version this packages uses anymore.

tbroyer commented on 2019-05-13 16:41 (UTC)

Most of my plugins (including all those provided by Jetbrains themselves) are marked incompatible. In the logs in ~/.IdeaIC2019.1/logs/ I can find:

2019-05-10 15:31:46,311 [ 1180] INFO - llij.ide.plugins.PluginManager - Plugin 'Kotlin' can't be loaded because: Plugin since-build(191.5109.14) or until-build(192.*) don't match this product's build number(999.SNAPSHOT).

It looks that the package is missing build.txt and product-info.json, like in https://aur.archlinux.org/cgit/aur.git/commit/?h=android-studio&id=48b46ee6e51b

<deleted-account> commented on 2019-04-18 17:31 (UTC)

Hi, would it be possible to use the SVG file instead of the PNG one for the Icon entry inside the .desktop file (see https://bugs.archlinux.org/task/62120)?

xduugu commented on 2019-03-28 20:10 (UTC)

How about switching to jbr 11? https://download.jetbrains.com/idea/ideaIC-2019.1-jbr11.tar.gz

JesusMtnez commented on 2018-08-25 07:08 (UTC)

MD5SUM is incorrect. The md5sum for the new version tar.gz should be: cc1bb7d1ee94e0ece55ff8e47e5b939b

Please update :wink: