summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorS Garnica2020-06-25 19:02:36 +0200
committerS Garnica2020-06-25 19:02:36 +0200
commitf1addd964f9250fbd7b4414ea21134d1db826d83 (patch)
treeb885cfa493702e8b45fcef5f399011e201404a49 /PKGBUILD
parent4206c72af4205fed863165c14369846ef814f48f (diff)
downloadaur-f1addd964f9250fbd7b4414ea21134d1db826d83.tar.gz
Removed dep number to python semantic as current arch is higher
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 909d75e1a307..15bb86921bb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=platformio-git
_pkgname=platformio-core
-pkgver=v4.1.0.r49.g742f60b4
+pkgver=v4.3.4.r85.g7bc22353
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
@@ -17,7 +17,7 @@ depends=('python-setuptools'
'python-colorama'
'python-pyserial'
'python-requests'
- 'python-semantic-version>=2.8.1'
+ 'python-semantic-version'
'python-tabulate'
'python-pyelftools'
'python-marshmallow')