summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Glass2022-10-27 23:49:47 +0100
committerJoshua Glass2022-10-27 23:49:47 +0100
commitcfd6d9ea03e58414958afef1fe224c5da7461267 (patch)
treed30db642878adb88e70067d92318ef08ecf23a70
parent5d76e6826d515a4177f393fe53b9f231f79919c7 (diff)
downloadaur-cfd6d9ea03e58414958afef1fe224c5da7461267.tar.gz
Remove spaces at the end of lines in desktop file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84dd0b261a09..3645e03c498b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 24c00ecbd30c..519958e8f855 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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() {