diff options
author | Joshua Glass | 2022-10-27 23:49:47 +0100 |
---|---|---|
committer | Joshua Glass | 2022-10-27 23:49:47 +0100 |
commit | cfd6d9ea03e58414958afef1fe224c5da7461267 (patch) | |
tree | d30db642878adb88e70067d92318ef08ecf23a70 | |
parent | 5d76e6826d515a4177f393fe53b9f231f79919c7 (diff) | |
download | aur-cfd6d9ea03e58414958afef1fe224c5da7461267.tar.gz |
Remove spaces at the end of lines in desktop file
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = arduino-ide-bin pkgdesc = Arduino prototyping platform IDE, rewrite based on the Theia IDE framework. pkgver = 2.0.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/arduino/arduino-ide arch = x86_64 license = AGPL3 @@ -4,7 +4,7 @@ pkgname=arduino-ide-bin pkgver=2.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="Arduino prototyping platform IDE, rewrite based on the Theia IDE framework." arch=(x86_64) url="https://github.com/arduino/arduino-ide" @@ -24,7 +24,7 @@ sha256sums=('16a1eba39a9795ddf3e65d2c84d6a7c452866efbda4ca43329c8a037c85525b4' '4137981bcb4057c2e0092f22faea287767f102e0b48497d22cd55e8d6988e4ac') prepare() { - echo -e "[Desktop Entry] \nType=Application \nName=Arduino IDE v2 \nGenericName=Arduino IDE v2 \nComment=Open-source electronics prototyping platform \nExec=arduino-ide \nIcon=arduino-ide-v2 \nTerminal=false \nMimeType=text/x-arduino; \nCategories=Development;IDE;Electronics; \nKeywords=embedded electronics;avr;microcontroller; \nStartupWMClass=Arduino IDE" > arduino-ide-v2.desktop + echo -e "[Desktop Entry]\nType=Application\nName=Arduino IDE v2\nGenericName=Arduino IDE v2\nComment=Open-source electronics prototyping platform\nExec=arduino-ide\nIcon=arduino-ide-v2\nTerminal=false\nMimeType=text/x-arduino;\nCategories=Development;IDE;Electronics;\nKeywords=embedded electronics;avr;microcontroller;\nStartupWMClass=Arduino IDE" > arduino-ide-v2.desktop } package() { |