summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2020-01-29 14:10:09 +0000
committerGrey Christoforo2020-01-29 14:10:09 +0000
commita0d51452ef2a59805e36e199d0f3570811f8a0ac (patch)
tree7babe0a28f272d3e9d499d15fd91b6b7dbaf1df8 /PKGBUILD
parentcd4a9c01273a1ca1e580edc41fca1aab8de14479 (diff)
downloadaur-a0d51452ef2a59805e36e199d0f3570811f8a0ac.tar.gz
bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd246be44d51..077ef438fbc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=arduino-cli-rc
-_tagver="0.5.0-showports"
+_tagver="0.7.2"
pkgver="${_tagver%-*}"
pkgrel=1
pkgdesc="Arduino command line interface -- stable and release candidates"
@@ -16,7 +16,7 @@ optdepends=('arduino-avr-core: AVR core with upstream avr-gcc and avrdude'
'arduino-ctags')
source=("https://github.com/arduino/arduino-cli/archive/${_tagver}.tar.gz")
-sha512sums=('a8ac5b6125a618126023b7df90b45439b9bb7ef7c54808546632fbba886e743e2291adce1f634d051b5e3dd85fc1b6cfdf8058a2e402e2165f4fc2a9f07bafa4')
+sha512sums=('8ad5716aea3a36e93550290363528d103741e451c5b016d876ff1d08f6540c647453d29ac40a325393f00346f305385674abefd2a1e52fa44d5b037de8ca3e33')
prepare(){
@@ -62,7 +62,7 @@ package() {
install -Dm755 "arduino-cli" "${pkgdir}/usr/bin/arduino-cli"
# Install
- install -Dm644 -t "${pkgdir}/usr/share/arduino/hardware/" "${srcdir}/${pkgname//-rc}-${_tagver}/legacy/builder/hardware/platform.keys.rewrite.txt"
+ install -Dm644 -t "${pkgdir}/usr/share/arduino/hardware/" "${srcdir}/${pkgname//-rc}-${_tagver}/legacy/builder/hardware/platform.keys.rewrite.txt"
# Install platform.txt files
#install -Dm644 -t "${pkgdir}/usr/share/arduino/hardware/" "${srcdir}"/build/src/github.com/arduino/arduino-cli/hardware/*