diff --git a/srcpkgs/intellij-idea-community-edition/files/idea.desktop b/srcpkgs/intellij-idea-community-edition/files/idea.desktop index 939cd0bd973..8aeda8fdbe2 100644 --- a/srcpkgs/intellij-idea-community-edition/files/idea.desktop +++ b/srcpkgs/intellij-idea-community-edition/files/idea.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=IntelliJ IDEA Community Edition Comment=Java integrated development environment by JetBrains -Exec=env IDEA_JDK=/usr/lib/jvm/jbrsdk /usr/bin/idea %f +Exec=/usr/bin/idea %f Icon=idea Terminal=false Type=Application diff --git a/srcpkgs/intellij-idea-community-edition/template b/srcpkgs/intellij-idea-community-edition/template index fdc0f380b0b..62ea87394b4 100644 --- a/srcpkgs/intellij-idea-community-edition/template +++ b/srcpkgs/intellij-idea-community-edition/template @@ -1,7 +1,7 @@ # Template file for 'intellij-idea-community-edition' pkgname=intellij-idea-community-edition version=2021.3.3 -revision=2 +revision=3 archs="i686 x86_64" depends="jetbrains-jdk-bin giflib libXtst hicolor-icon-theme" short_desc="Java integrated development environment by JetBrains"