summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04de7dee6a31..d5ac0a9f112e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = arduino-builder-rc
pkgdesc = A command line tool for compiling Arduino sketches -- stable and release candidates
- pkgver = 1.4.7
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/arduino/arduino-builder
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = arduino-builder-rc
optdepends = arduino-cli: Arduino command line interface
provides = arduino-builder
conflicts = arduino-builder
- source = https://github.com/arduino/arduino-builder/archive/1.4.7.tar.gz
- sha512sums = 7550a8ec97e20ce88f519a33158df575c76b2de133d57db0323453f04a0bbe8484030f80e71fdcd095127289e53bcd635a056eb32845b7a7203003be2f5a9ab7
+ source = https://github.com/arduino/arduino-builder/archive/1.5.1.tar.gz
+ sha512sums = 97e643836befb42279c4b745197197a8057ca1a52eee776f13b70c5a564818e50ac155745e52df53e7fc6bbbf6d4478c1cc6dcc87bb5d4f7a02d79db692171f5
pkgname = arduino-builder-rc
diff --git a/PKGBUILD b/PKGBUILD
index 71e040e201ff..40a17b5cb338 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,5 @@
-
pkgname=arduino-builder-rc
-pkgver=1.4.7
+pkgver=1.5.1
pkgrel=1
pkgdesc="A command line tool for compiling Arduino sketches -- stable and release candidates"
arch=('x86_64')
@@ -14,7 +13,7 @@ optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
'arduino-cli: Arduino command line interface')
source=("https://github.com/arduino/arduino-builder/archive/${pkgver}.tar.gz")
-sha512sums=('7550a8ec97e20ce88f519a33158df575c76b2de133d57db0323453f04a0bbe8484030f80e71fdcd095127289e53bcd635a056eb32845b7a7203003be2f5a9ab7')
+sha512sums=('97e643836befb42279c4b745197197a8057ca1a52eee776f13b70c5a564818e50ac155745e52df53e7fc6bbbf6d4478c1cc6dcc87bb5d4f7a02d79db692171f5')
prepare(){