summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2024-09-07 14:15:57 +0200
committerAntonio Rojas2024-09-07 14:15:57 +0200
commitbe8d8466235e9e33593cef2a43601d1143a4ed59 (patch)
tree694131d0e88f00e29962b4156c62760fb52908e4
parent1f48a167ecd1ae833be87b3b011fe0e743bdea66 (diff)
downloadaur-be8d8466235e9e33593cef2a43601d1143a4ed59.tar.gz
upgpkg: 1.6.1-3: Rebuild for missing .SRCINFO
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD2
2 files changed, 20 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5a2b33d16034
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = arduino-builder
+ pkgdesc = A command line tool for compiling Arduino sketches
+ pkgver = 1.6.1
+ pkgrel = 3
+ url = https://github.com/arduino/arduino-builder
+ arch = x86_64
+ license = GPL
+ makedepends = go
+ makedepends = git
+ makedepends = unzip
+ depends = arduino-ctags
+ optdepends = arduino-avr-core: AVR core with upstream avr-gcc and avrdude
+ source = arduino-builder-1.6.1.tar.xz::https://github.com/arduino/arduino-builder/releases/download/1.6.1/arduino-builder-1.6.1.tar.xz
+ source = arduino-builder-1.6.1.tar.xz.asc::https://github.com/arduino/arduino-builder/releases/download/1.6.1/arduino-builder-1.6.1.tar.xz.asc
+ validpgpkeys = 326567C1C6B288DF32CB061A95FA6F43E21188C4
+ sha512sums = b6e8bf43ad343e98c3d71985dbbaefee27f51c5d31248f920d4880446a3e6b5f0ea0461f61e65b2e3205e4c0a06696390c401198b7b0e8fd16cdc874da4f451b
+ sha512sums = SKIP
+
+pkgname = arduino-builder
diff --git a/PKGBUILD b/PKGBUILD
index 2880e252fa2a..3fff4da0f304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=arduino-builder
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
pkgdesc="A command line tool for compiling Arduino sketches"
arch=('x86_64')
url="https://github.com/arduino/arduino-builder"