Date: Friday, October 5, 2018 @ 21:32:23 Author: ffy00 Revision: 390423
upgpkg: arduino-cli 0.3.0.alpha.preview-1 Modified: arduino-cli/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-10-05 21:27:50 UTC (rev 390422) +++ PKGBUILD 2018-10-05 21:32:23 UTC (rev 390423) @@ -1,7 +1,7 @@ # Maintainer: Filipe Laíns (FFY00) <[email protected]> pkgname=arduino-cli -_pkgver=0.2.2-alpha.preview +_pkgver=0.3.0-alpha.preview pkgver=${_pkgver//-/.} pkgrel=1 arch=('x86_64') @@ -12,7 +12,7 @@ depends=('glibc') makedepends=('go-pie' 'git') source=("$pkgname-$pkgver.tar.gz::https://github.com/arduino/arduino-cli/archive/$_pkgver.tar.gz") -sha512sums=('af63a3423c4287458d3ab65cd6398cf48ab3ce652092adb25c3074d36680268a7d0af6b5e1657e5e86b40033810beead416db53042057f755ceab66cbfbde6be') +sha512sums=('61a6978db659e5429545e0f4a11a0451732959725ba57e08eff2243b56c490759bc74d11e1ff38e2a3cae8c608fd56210b072d6cceaf6c6098b4496fb5ca3a62') build() { cd $pkgname-$_pkgver
