summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKr1ss2020-11-25 01:18:09 +0100
committerKr1ss2020-11-25 01:18:09 +0100
commitafe8f562623eb5b5e2b58e2ef4269a08c615e6aa (patch)
tree91e289f00ca6989c0a6f44a863b1c3ef2b12ab64 /PKGBUILD
parent5716abec3095910c88b4db4edeb40e36e2c68d9d (diff)
downloadaur-afe8f562623eb5b5e2b58e2ef4269a08c615e6aa.tar.gz
fix XDG desktop file version, remove double quotes
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