Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/intellij-idea-ultimate-edition/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'intellij-idea-ultimate-edition'
pkgname=intellij-idea-ultimate-edition
version=2025.2
version=2025.3.1.1
revision=1
archs="x86_64"
depends="virtual?java-environment giflib libXtst hicolor-icon-theme"
Expand All @@ -9,15 +9,15 @@ maintainer="Piekay <github@piekay.de>"
license="custom:Commercial"
homepage="https://www.jetbrains.org/"
distfiles="https://download.jetbrains.com/idea/ideaIU-${version}.tar.gz"
checksum=d28d0d647cf5f0d2eedd49602493be4a3182aec83c73df01b887164f56db0ff4
checksum=3a064b22961f3f39b866b64b628558e0d0f708d423a3f9565d43f0e81196997b
repository=nonfree
restricted=yes
nopie=yes
python_version=3
skiprdeps="/usr/lib/intellij-idea-ultimate/plugins/Kotlin/bin/linux/LLDBFrontend"

post_extract() {
bsdtar xf lib/app-client.jar entry.desktop
bsdtar xf lib/app.jar entry.desktop
}

post_patch() {
Expand Down
Loading