summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSGar2019-07-15 09:29:03 +0200
committerSGar2019-07-15 09:29:03 +0200
commit9c67fb6b3133f1e245a3a28cfd41cc7bc8ff8d03 (patch)
tree4d1f360bb8edd82672b5ef8246ec04c40adf494b
parent82b0d067974e2af0ae7c9418f1edfc074bdb5c0d (diff)
downloadaur-9c67fb6b3133f1e245a3a28cfd41cc7bc8ff8d03.tar.gz
Remove arrow as dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96c0e632b98f..4b35432af35b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = platformio-git
pkgdesc = A cross-platform code builder and library manager
- pkgver = v3.6.7.r280.g2c3d8ce6
+ pkgver = v4.0.0.r10.gd5dd4d4b
pkgrel = 1
url = http://platformio.org/
arch = any
license = GPL
depends = python-setuptools
- depends = python-arrow
depends = python-bottle
depends = python-click
depends = python-colorama
diff --git a/PKGBUILD b/PKGBUILD
index 692400da0b2d..b54909ee6711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,13 @@
pkgname=platformio-git
_pkgname=platformio-core
-pkgver=v3.6.7.r280.g2c3d8ce6
+pkgver=v4.0.0.r10.gd5dd4d4b
pkgrel=1
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="http://platformio.org/"
license=('GPL')
depends=('python-setuptools'
- 'python-arrow'
'python-bottle'
'python-click'
'python-colorama'