summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-09-03 16:42:28 +0200
committerJake2020-09-03 16:42:28 +0200
commite168ae6cc0a969ff65c5524e17e1733400ce3bbc (patch)
treec15da5ca2fc9a7b1a0ad444d6f66555f50920ceb
parent886492041bb4b33634ac230d508c105d535f645e (diff)
downloadaur-e168ae6cc0a969ff65c5524e17e1733400ce3bbc.tar.gz
Update to 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e18f2d977ca3..6e6e7bbbd582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 4.3.4
+ pkgver = 5.0.0
pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
@@ -18,8 +18,8 @@ pkgbase = platformio
optdepends = python-click-completion: for shell completions
optdepends = python-shellingham: for shell completions
conflicts = platformio-git
- source = https://github.com/platformio/platformio-core/archive/v4.3.4.tar.gz
- sha256sums = 8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725
+ source = https://github.com/platformio/platformio-core/archive/v5.0.0.tar.gz
+ sha256sums = a444d74b652118d20888e00058c9601f8e72302cbac1f33e2c6d948378e9d776
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index c081c3051941..ed84b01b82c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#
pkgname=platformio
-pkgver=4.3.4
+pkgver=5.0.0
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -28,7 +28,7 @@ optdepends=('python-click-completion: for shell completions'
'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")
-sha256sums=('8c0cf78f855ba0ddc629176c900706fa2d2a0c2d92053e9a6a02f7e86f770725')
+sha256sums=('a444d74b652118d20888e00058c9601f8e72302cbac1f33e2c6d948378e9d776')
package() {
cd "$srcdir/platformio-core-$pkgver"