Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages
/ intellij-idea-community-edition
Commits:
8efd0e4e by Leonidas Spyropoulos at 2024-01-26T02:11:47+00:00
upgpkg: 4:2023.3.3-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = intellij-idea-community-edition
pkgdesc = IDE for Java, Groovy and other programming languages with
advanced refactoring features
- pkgver = 2023.3.2
+ pkgver = 2023.3.3
pkgrel = 1
epoch = 4
url = https://www.jetbrains.com/idea/
@@ -21,8 +21,8 @@ pkgbase = intellij-idea-community-edition
optdepends = lldb: lldb frontend integration
noextract = junit-3.8.1.jar
backup = usr/share/idea/bin/idea64.vmoptions
- source =
git+https://github.com/JetBrains/intellij-community.git#tag=idea/233.13135.103
- source =
idea-android::git+https://github.com/JetBrains/android.git#tag=idea/233.13135.103
+ source =
git+https://github.com/JetBrains/intellij-community.git#tag=idea/233.14015.106
+ source =
idea-android::git+https://github.com/JetBrains/android.git#tag=idea/233.14015.106
source = idea.desktop
source = idea.sh
source = enable-no-jdr.patch
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Maintainer: Orhun Parmaksız <[email protected]>
pkgname=intellij-idea-community-edition
-pkgver=2023.3.2
-_build=233.13135.103
+pkgver=2023.3.3
+_build=233.14015.106
_jrever=17
_jdkver=17
pkgrel=1
@@ -53,6 +53,8 @@ prepare() {
patch -Np1 < "${srcdir}/enable-no-jdr.patch"
echo ${_build} > build.txt
+ #
https://youtrack.jetbrains.com/issue/IDEA-343872/Community-build-performanceTesting-plugin-raises-exceptions
+ git cherry-pick -n -m1 "c2d297177eb31f7fbbc13fdbfb9c8fce48e51014"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/8efd0e4efe2ea6b4d3ced5e24698abbff8b22ab9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/intellij-idea-community-edition/-/commit/8efd0e4efe2ea6b4d3ced5e24698abbff8b22ab9
You're receiving this email because of your account on gitlab.archlinux.org.