summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2019-11-26 18:27:00 +0100
committerS Garnica2019-11-26 18:27:00 +0100
commit4206c72af4205fed863165c14369846ef814f48f (patch)
tree52e2f473ad4bc98c7ca8e314da5744897b4b2a12 /PKGBUILD
parentf4e0fb5bfa1c0b9739842dcfb6cd4b91b9165cc6 (diff)
downloadaur-4206c72af4205fed863165c14369846ef814f48f.tar.gz
Remove py-marshmallow version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d007f5cf95c..909d75e1a307 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=platformio-git
_pkgname=platformio-core
-pkgver=v4.0.3.r131.g0b500dba
+pkgver=v4.1.0.r49.g742f60b4
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -20,7 +20,7 @@ depends=('python-setuptools'
'python-semantic-version>=2.8.1'
'python-tabulate'
'python-pyelftools'
- 'python-marshmallow>=2.20.5')
+ 'python-marshmallow')
optdepends=('energia: For MSP430 based projects'
'arduino: For Arduino based projects')
makedepends=('git')