summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2022-10-05 20:07:45 +0100
committerD. Can Celasun2022-10-05 20:07:45 +0100
commitcd75f3a3667a0e60049f1354db22c8c7fb2af92c (patch)
tree4f11934fe74bd9ce55ff6f36bda6c8ee8eaf8132
parentd0443defb4c9625ed08a92eba0b06e02b5eb8152 (diff)
downloadaur-cd75f3a3667a0e60049f1354db22c8c7fb2af92c.tar.gz
[intellij-idea-ultimate-edition] Update to 2022.2.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f01b62e36bc1..c270a29cfd62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = intellij-idea-ultimate-edition
pkgdesc = An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity.
- pkgver = 2022.2.2
+ pkgver = 2022.2.3
pkgrel = 1
url = https://www.jetbrains.com/idea/
arch = x86_64
arch = aarch64
license = custom:commercial
options = !strip
- source = https://download.jetbrains.com/idea/ideaIU-2022.2.2.tar.gz
+ source = https://download.jetbrains.com/idea/ideaIU-2022.2.3.tar.gz
source = jetbrains-idea.desktop
- sha256sums = bbc1793715c7a75228de6914bea0a881d982d38da3b48b89df08f08fbe8e5e54
+ sha256sums = e1f9de8173cec9f7166894d66b82b89dee4da9022c05366d192f6112956184b3
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
source_aarch64 = https://cache-redirector.jetbrains.com/intellij-jbr/jbr-17.0.4-linux-aarch64-b469.53.tar.gz
source_aarch64 = https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier
@@ -19,6 +19,7 @@ pkgbase = intellij-idea-ultimate-edition
pkgname = intellij-idea-ultimate-edition
depends = giflib
depends = libxtst
+ depends = libxrender
optdepends = intellij-idea-ultimate-edition-jre: JetBrains custom JRE (Recommended)
optdepends = java-environment: Required if intellij-idea-ultimate-edition-jre is not installed
optdepends = libdbusmenu-glib: For global menu support
diff --git a/PKGBUILD b/PKGBUILD
index 18b5dfd8625a..c0d5de642149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@
pkgbase=intellij-idea-ultimate-edition
pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
-pkgver=2022.2.2
+pkgver=2022.2.3
pkgrel=1
-_buildver=222.4167.29
+_buildver=222.4345.14
jbr_ver=17.0.4
jbr_build=aarch64-b469
jbr_minor=53
@@ -19,7 +19,7 @@ source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
"jetbrains-idea.desktop")
source_aarch64=("https://cache-redirector.jetbrains.com/intellij-jbr/jbr-$jbr_ver-linux-$jbr_build.$jbr_minor.tar.gz"
"https://github.com/JetBrains/intellij-community/raw/master/bin/linux/aarch64/fsnotifier")
-sha256sums=('bbc1793715c7a75228de6914bea0a881d982d38da3b48b89df08f08fbe8e5e54'
+sha256sums=('e1f9de8173cec9f7166894d66b82b89dee4da9022c05366d192f6112956184b3'
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
sha256sums_aarch64=('b86531e3bc2f3760636e818dab80f3967935ffdf77996b19fda2bdb72f9b258b'
'eb3c61973d34f051dcd3a9ae628a6ee37cd2b24a1394673bb28421a6f39dae29')
@@ -43,7 +43,7 @@ prepare() {
package_intellij-idea-ultimate-edition() {
backup=("opt/${pkgname}/bin/idea64.vmoptions" "opt/${pkgname}/bin/idea.properties")
- depends=('giflib' 'libxtst')
+ depends=('giflib' 'libxtst' 'libxrender')
optdepends=(
'intellij-idea-ultimate-edition-jre: JetBrains custom JRE (Recommended)' 'java-environment: Required if intellij-idea-ultimate-edition-jre is not installed'
'libdbusmenu-glib: For global menu support'