From 3b8c9d50f10c4070fdfa90fbc3096ec3e7ffaae1 Mon Sep 17 00:00:00 2001 From: bra1nwave Date: Sat, 17 Oct 2020 08:52:07 +0200 Subject: [PATCH] platformio: update to 5.0.1. --- srcpkgs/platformio/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/platformio/template b/srcpkgs/platformio/template index 058ca2741dd..2b884b9520f 100644 --- a/srcpkgs/platformio/template +++ b/srcpkgs/platformio/template @@ -1,7 +1,7 @@ # Template file for 'platformio' pkgname=platformio -version=4.3.4 -revision=3 +version=5.0.1 +revision=1 wrksrc="platformio-core-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -14,9 +14,8 @@ license="Apache-2.0" homepage="https://github.com/platformio/platformio-core" changelog="https://raw.githubusercontent.com/platformio/platformio-core/develop/HISTORY.rst" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725 +checksum=0c1224f1d593c6fbccdf73de2ce02a412521a3095965c7eee19b2a4d6dc83c89 post_install() { vinstall scripts/99-platformio-udev.rules 644 usr/lib/udev/rules.d - rm -rf ${DESTDIR}/${py3_sitelib}/scripts }