summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgardar2021-02-15 23:02:44 +0000
committergardar2021-02-15 23:02:44 +0000
commite9bd229ca5a7f97d01c0d39d1cbf0cdcaa4b2594 (patch)
tree84bddcb7ba2b477e0c872d121641a524cea4e9a9
parentc6ae56b82ff4deb865de1afdda740df478834cb6 (diff)
downloadaur-e9bd229ca5a7f97d01c0d39d1cbf0cdcaa4b2594.tar.gz
bump to version 0.1.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cad31843466..d6816fff698e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arduino-pro-ide
pkgdesc = The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple classic Arduino IDE.
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://github.com/arduino/arduino-pro-ide
install = arduino-pro-ide.install
@@ -16,9 +16,9 @@ pkgbase = arduino-pro-ide
depends = libxkbfile
depends = python
optdepends = arduino-cli
- source = https://downloads.arduino.cc/arduino-pro-ide/arduino-pro-ide_0.1.3_Linux_64bit.zip
+ source = https://downloads.arduino.cc/arduino-pro-ide/arduino-pro-ide_0.1.4_Linux_64bit.zip
source = git+git://github.com/arduino/arduino-pro-ide.git
- sha256sums = d1e887cac7c83ccc6760de137b2d614b0dfdf4117dd6ca4950510a20c8161f52
+ sha256sums = 0984d2ef2575cbb77d03445fb719c14bae4cc6bce06272b07105b7b9dcfe16f6
sha256sums = SKIP
pkgname = arduino-pro-ide
diff --git a/PKGBUILD b/PKGBUILD
index d5563429d9c2..7ac7e9ca0da1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: gardar <aur@gardar.net>
pkgname=arduino-pro-ide
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE."
arch=('x86_64')
@@ -12,7 +12,7 @@ url="https://github.com/arduino/$pkgname"
license=('EPLv2')
install="$pkgname.install"
source=("https://downloads.arduino.cc/$pkgname/${pkgname}_${pkgver}_Linux_64bit.zip" "git+git://github.com/arduino/$pkgname.git")
-sha256sums=('d1e887cac7c83ccc6760de137b2d614b0dfdf4117dd6ca4950510a20c8161f52' 'SKIP')
+sha256sums=('0984d2ef2575cbb77d03445fb719c14bae4cc6bce06272b07105b7b9dcfe16f6' 'SKIP')
prepare() {
gendesk -f --pkgname "$pkgname" --name "Arduino Pro IDE" --pkgdesc "$pkgdesc"