summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2020-12-31 00:39:35 +0100
committerJake2020-12-31 00:39:35 +0100
commitdd9a93ca3f0b20a0c605ee8181845f2c2a01cb50 (patch)
tree87cbdb8d33a79bf7e327f3ae2538b9a83a189542
parenta81dfab5e318c4b0574e904ac905d85eab63cb63 (diff)
downloadaur-dd9a93ca3f0b20a0c605ee8181845f2c2a01cb50.tar.gz
Update to 5.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3f0f1b6122a..4289ed519bc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
- pkgver = 5.0.3
- pkgrel = 2
+ pkgver = 5.0.4
+ pkgrel = 1
url = https://github.com/platformio/platformio-core/
arch = any
license = Apache
@@ -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/v5.0.3.tar.gz
- sha256sums = ec55d9ff9cd5f2874617c4fcc87360af177dcfbf0ac90bb14d38c14969d41c60
+ source = https://github.com/platformio/platformio-core/archive/v5.0.4.tar.gz
+ sha256sums = 01b0a73d3e4b030225c664aa392e8907b714c6cb14fbf5eb47ff2fab57c1a0fc
pkgname = platformio
diff --git a/PKGBUILD b/PKGBUILD
index 4e5f861606fc..e6501cbcde86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
#
pkgname=platformio
-pkgver=5.0.3
-pkgrel=2
+pkgver=5.0.4
+pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -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=('ec55d9ff9cd5f2874617c4fcc87360af177dcfbf0ac90bb14d38c14969d41c60')
+sha256sums=('01b0a73d3e4b030225c664aa392e8907b714c6cb14fbf5eb47ff2fab57c1a0fc')
package() {
cd "$srcdir/platformio-core-$pkgver"