summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD. Can Celasun2022-03-17 11:17:34 +0000
committerD. Can Celasun2022-03-17 11:17:34 +0000
commit7a425737f384787b2e2574f8169cab73ff117acb (patch)
treef1623d00dd7183d6da61ee220e5c00f030c7b920
parent8c292e992c9727e96d762051f485bc591ae6f6b0 (diff)
downloadaur-7a425737f384787b2e2574f8169cab73ff117acb.tar.gz
[intellij-idea-ultimate-edition] Update to 2021.3.3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c19b16cb2785..ae9bf69622f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
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 = 2021.3.2
+ pkgver = 2021.3.3
pkgrel = 1
url = https://www.jetbrains.com/idea/
arch = any
license = Commercial
options = !strip
- source = https://download.jetbrains.com/idea/ideaIU-2021.3.2.tar.gz
+ source = https://download.jetbrains.com/idea/ideaIU-2021.3.3.tar.gz
source = jetbrains-idea.desktop
- sha256sums = 0b3230fbd899cc82377c2be0fb036337202f341c3c236252dd8eedc37248341c
+ sha256sums = cdf65a9900f4436da5306ad2eb27f2b32346b3d56e8f07aac6815b402b1d6c99
sha256sums = 83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b
pkgname = intellij-idea-ultimate-edition
@@ -17,7 +17,6 @@ pkgname = intellij-idea-ultimate-edition
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
- backup = opt/intellij-idea-ultimate-edition/bin/idea.vmoptions
backup = opt/intellij-idea-ultimate-edition/bin/idea64.vmoptions
backup = opt/intellij-idea-ultimate-edition/bin/idea.properties
diff --git a/PKGBUILD b/PKGBUILD
index 2870435026a6..3266d176a083 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=intellij-idea-ultimate-edition
pkgname=(intellij-idea-ultimate-edition intellij-idea-ultimate-edition-jre)
-pkgver=2021.3.2
-_buildver=213.6777.52
+pkgver=2021.3.3
+_buildver=213.7172.25
pkgrel=1
arch=('any')
pkgdesc="An intelligent IDE for Java, Groovy and other programming languages with advanced refactoring features intensely focused on developer productivity."
@@ -12,7 +12,7 @@ license=('Commercial')
options=(!strip)
source=("https://download.jetbrains.com/idea/ideaIU-$pkgver.tar.gz"
"jetbrains-idea.desktop")
-sha256sums=('0b3230fbd899cc82377c2be0fb036337202f341c3c236252dd8eedc37248341c'
+sha256sums=('cdf65a9900f4436da5306ad2eb27f2b32346b3d56e8f07aac6815b402b1d6c99'
'83af2ba8f9f14275a6684e79d6d4bd9b48cd852c047dacfc81324588fa2ff92b')
prepare() {
@@ -22,7 +22,7 @@ prepare() {
}
package_intellij-idea-ultimate-edition() {
- backup=("opt/$pkgname/bin/idea.vmoptions" "opt/${pkgname}/bin/idea64.vmoptions" "opt/${pkgname}/bin/idea.properties")
+ backup=("opt/${pkgname}/bin/idea64.vmoptions" "opt/${pkgname}/bin/idea.properties")
depends=('giflib' 'libxtst')
optdepends=(
'intellij-idea-ultimate-edition-jre: JetBrains custom JRE (Recommended)' 'java-environment: Required if intellij-idea-ultimate-edition-jre is not installed'