summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2018-03-25 15:08:11 +0200
committerValHue2018-03-25 15:08:11 +0200
commit75e675c4ade068eae4a49bbb9bed7a1c53b87703 (patch)
treea6e1fab5e39c473d0a6c4d8c55dbcd397fcfeab9
parent4b0c21cbc02c710b79cb4d04f776a34b7beba89d (diff)
downloadaur-75e675c4ade068eae4a49bbb9bed7a1c53b87703.tar.gz
Minor bugs fixed
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3f826d08261..bbe403c86011 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = snap4arduino
pkgdesc = A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board.
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = http://snap4arduino.rocks/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index b7d21aded0e0..a2d9d3f15f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _pkgname="Snap4Arduino_desktop-gnu"
_tname="Snap4Arduino"
pkgname="snap4arduino"
pkgver="1.2.5"
-pkgrel="1"
+pkgrel="2"
pkgdesc="A modification of the Snap! visual programming language that lets you seamlessly interact with almost all versions of the Arduino board."
arch=('i686' 'x86_64')
url="http://snap4arduino.rocks/"
@@ -30,8 +30,8 @@ fi
build() {
cd "${_pkgname}-${_dir}_${pkgver}"
sed -i "s|Icon=|Icon=/opt/${_tname}/icons/128x128x32.png|g" ${_tname}.desktop
- sed -i "s|cd \$(dirname %k)|cd /opt/${_tname}/|g" ${_tname}.desktop
- sed -i "s|launcher.sh|run|g" ${_tname}.desktop
+ sed -i "s|'cd \$(dirname %k)|\"cd /opt/${_tname}/|g" ${_tname}.desktop
+ sed -i "s|launcher.sh'|run\"|g" ${_tname}.desktop
}
package() {