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.000395
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

1 2 3 Next › Last »

rafaeljpc commented on 2024-04-03 16:16 (UTC) (edited on 2024-04-03 16:17 (UTC) by rafaeljpc)

Update to 2023.3.6 and thanks to mantaining this pkg


diff --git a/PKGBUILD b/PKGBUILD
index c881cf6..c6ccda9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@

 pkgname=intellij-idea-community-edition-jre
 _appname=jetbrains-idea-ce
-pkgver=2023.3.5
-_buildver=233.14808.21 
+pkgver=2023.3.6
+_buildver=233.15026.9
 pkgrel=1
 pkgdesc="Intellij Idea Community Edition with bundled JRE"
 arch=('any')
@@ -15,7 +15,7 @@ provides=("$_appname")
 conflicts=("$_appname")
 source=("https://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz"
                "$_appname.desktop")
-sha256sums=('869e534533de1dbce095db6e3fee4a63a3c8fd654052089b83d08b7808495634'
+sha256sums=('5e376677d4b9810f4171700ce9d9d3ece58f245ce8d9f2011b05966df5dd7ddd'
             '91aa66e16e428d595c9f76a02f5a6d54d6fb0b1d1ccac4159cfb7070cff26a4b')

 package() {

Ashark commented on 2023-10-28 20:07 (UTC) (edited on 2023-10-28 21:14 (UTC) by Ashark)

The url for jre package is incorrect. Please link to the correct place: https://github.com/JetBrains/JetBrainsRuntime

elder1042 commented on 2023-05-04 09:37 (UTC)

archLinux kde环境不能使用全局菜单

baba.opensource commented on 2021-08-15 20:04 (UTC)

Hi, I was able to upgrade using the following changes (sorry been having problems with posting & formatting):

diff --git a/PKGBUILD b/PKGBUILD
index 5641d8d..9f36757 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 pkgname=intellij-idea-community-edition-jre
 _appname=jetbrains-idea-ce
-pkgver=2021.1.2
-_buildver=211.7442.40
+pkgver=2021.2
+_buildver=212.4746.92
 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=('e2517d79b39581f1548ca4119cb2fa478505cf73203d97b4f3292f05ae71250e'
+sha256sums=('7c27799861fb1ba0d43a3565a1ec2be789e1871191be709f0e79f1e17d3571fe'
             '91aa66e16e428d595c9f76a02f5a6d54d6fb0b1d1ccac4159cfb7070cff26a4b')

 package() {

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.