summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2018-03-25 12:38:00 +0200
committerValHue2018-03-25 12:38:00 +0200
commit4b0c21cbc02c710b79cb4d04f776a34b7beba89d (patch)
tree4f6bc65d4aeed2b895372aad012e3bb09c09cd64
parentffe14083b95c893e058557be26abd6a01d1130e5 (diff)
downloadaur-4b0c21cbc02c710b79cb4d04f776a34b7beba89d.tar.gz
Update to 1.2.5-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3831580f7ce8..b3f826d08261 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.4
- pkgrel = 3
+ pkgver = 1.2.5
+ pkgrel = 1
url = http://snap4arduino.rocks/
arch = i686
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = snap4arduino
depends = freetype2
provides = snap4arduino
options = !strip
- source_i686 = https://github.com/bromagosa/snap4arduino/releases/download/1.2.4/Snap4Arduino_desktop-gnu-32_1.2.4.tar.gz
- sha256sums_i686 = e25d5c06be8fec042d5853e73386738bfb39e6ab772cf4b95c86122468dca6ad
- source_x86_64 = https://github.com/bromagosa/snap4arduino/releases/download/1.2.4/Snap4Arduino_desktop-gnu-64_1.2.4.tar.gz
- sha256sums_x86_64 = cde1c6fc16fd24e2d004c0bcc3a5156e515926a0a61305c895151b797674a705
+ source_i686 = https://github.com/bromagosa/snap4arduino/releases/download/1.2.5/Snap4Arduino_desktop-gnu-32_1.2.5.tar.gz
+ sha256sums_i686 = 0b2d5d17297528314d3ae7ac98930b57693b40d195c27ec33675b718215eb8a5
+ source_x86_64 = https://github.com/bromagosa/snap4arduino/releases/download/1.2.5/Snap4Arduino_desktop-gnu-64_1.2.5.tar.gz
+ sha256sums_x86_64 = 97bccc6cce186063691c72ab39eb65e0aa1c64f5445b1e4dce341bb2eeb1c8b4
pkgname = snap4arduino
diff --git a/PKGBUILD b/PKGBUILD
index 3023ebd609de..b7d21aded0e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname="Snap4Arduino_desktop-gnu"
_tname="Snap4Arduino"
pkgname="snap4arduino"
-pkgver="1.2.4"
-pkgrel="3"
+pkgver="1.2.5"
+pkgrel="1"
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/"
@@ -18,8 +18,8 @@ options=('!strip')
source_i686=("https://github.com/bromagosa/${pkgname}/releases/download/${pkgver}/${_pkgname}-32_${pkgver}.tar.gz")
source_x86_64=("https://github.com/bromagosa/${pkgname}/releases/download/${pkgver}/${_pkgname}-64_${pkgver}.tar.gz")
-sha256sums_i686=('e25d5c06be8fec042d5853e73386738bfb39e6ab772cf4b95c86122468dca6ad')
-sha256sums_x86_64=('cde1c6fc16fd24e2d004c0bcc3a5156e515926a0a61305c895151b797674a705')
+sha256sums_i686=('0b2d5d17297528314d3ae7ac98930b57693b40d195c27ec33675b718215eb8a5')
+sha256sums_x86_64=('97bccc6cce186063691c72ab39eb65e0aa1c64f5445b1e4dce341bb2eeb1c8b4')
if [[ $CARCH == i686 ]]; then
_dir="32";
@@ -51,7 +51,7 @@ package() {
# Desktop file
install -Dm 644 ${_tname}.desktop "${pkgdir}/usr/share/applications/${_tname}.desktop"
rm ${_tname}.desktop
-
+
# License
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm LICENSE