summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2018-01-05 09:56:00 +0100
committerValHue2018-01-05 09:56:00 +0100
commit62eadf7ad86ef40599ce28833cc5ed5d193029dd (patch)
treea5c0a6385ecba8a15eddf394577c9e9229761995
parente4b03a9bad23664164bcd57d7fd1eb1653dc311e (diff)
downloadaur-62eadf7ad86ef40599ce28833cc5ed5d193029dd.tar.gz
Update to 1.2.4-2
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d25b6b4711ce..098dc35c85ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
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.4
- pkgrel = 1
+ pkgrel = 2
url = http://snap4arduino.rocks/
arch = i686
arch = x86_64
- license = GPL3
+ license = AGPL3
+ license = MIT
depends = nss
depends = libxtst
depends = alsa-lib
depends = libxss
- depends = gtk2
+ depends = gtk3
depends = gconf
depends = freetype2
provides = snap4arduino
diff --git a/PKGBUILD b/PKGBUILD
index e2c14190fb50..84d734fb8275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
_pkgname="Snap4Arduino_desktop-gnu"
pkgname="snap4arduino"
pkgver="1.2.4"
-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/"
-license=('GPL3')
-depends=('nss' 'libxtst' 'alsa-lib' 'libxss' 'gtk2' 'gconf' 'freetype2')
+license=('AGPL3' 'MIT')
+depends=('nss' 'libxtst' 'alsa-lib' 'libxss' 'gtk3' 'gconf' 'freetype2')
provides=("${pkgname}")
source_i686=("https://github.com/bromagosa/${pkgname}/releases/download/${pkgver}/${_pkgname}-32_${pkgver}.tar.gz")
@@ -28,8 +28,8 @@ fi
build() {
cd "${_pkgname}-${_dir}_${pkgver}"
- sed -i "s|Icon=|Icon=/opt/Snap4Arduino/icons/128x128x32.png|g" Snap4Arduino.desktop
- sed -i "s|cd \$(dirname %k)|cd /opt/Snap4Arduino/|g" Snap4Arduino.desktop
+ sed -i "s|Icon=|Icon=/opt/snap4arduino/icons/128x128x32.png|g" Snap4Arduino.desktop
+ sed -i "s|cd \$(dirname %k)|cd /opt/snap4arduino/|g" Snap4Arduino.desktop
}
package() {