summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b4e2fd4d323..369eb7278aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: SuperNinja_4965
pkgname=arduino-ide-beta-bin
-_pkgver=2.0.0-rc8
+_pkgver=2.0.0-rc9
pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
pkgdesc="Arduino prototyping platform IDE, rewrite based on the Theia IDE framework"
arch=(x86_64)
url="https://github.com/arduino/arduino-ide"
@@ -22,7 +22,7 @@ install=arduino-ide.install
options=(!strip)
source=("https://downloads.arduino.cc/arduino-ide/arduino-ide_${_pkgver}_Linux_64bit.zip"
"https://www.arduino.cc/wiki/370832ed4114dd35d498f2f449b4781e/arduino.svg")
-sha256sums=('830519afaa3c6144484567807258b375e193026fcac1f5137e6ff3749855786c'
+sha256sums=('f6277b7fe3089780d2d57ba6347fbd404f71158d59072434d82519e9e71f0c2f'
'4137981bcb4057c2e0092f22faea287767f102e0b48497d22cd55e8d6988e4ac')
prepare() {