summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3978ff89a03..4e48294aab36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -70,12 +70,12 @@ package() {
install -Dm755 /dev/stdin "$pkgdir/usr/share/applications/$pkgname.desktop" <<-EOF
[Desktop Entry]
- Version="$pkgver"
+ Version=1.0
Type=Application
Name=PyCharm Community EAP
- Exec="/opt/$pkgname/bin/pycharm.sh" %f
+ Exec=/opt/$pkgname/bin/pycharm.sh %f
Icon=pycharm
- Comment="$pkgdesc"
+ Comment=$pkgdesc
Categories=Development;IDE;
Terminal=false
StartupNotify=true