summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSGar2019-07-15 09:59:39 +0200
committerSGar2019-07-15 09:59:39 +0200
commit56f8b3325571f241b0e10697449b7096a1f8061d (patch)
tree9ea57f381e0486a47a5653c2bf9a8273d6314146 /PKGBUILD
parent9c67fb6b3133f1e245a3a28cfd41cc7bc8ff8d03 (diff)
downloadaur-56f8b3325571f241b0e10697449b7096a1f8061d.tar.gz
Added provides platformio
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b54909ee6711..4ad1aa4ced46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,12 @@
pkgname=platformio-git
_pkgname=platformio-core
pkgver=v4.0.0.r10.gd5dd4d4b
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="http://platformio.org/"
license=('GPL')
+provides=('platformio')
depends=('python-setuptools'
'python-bottle'
'python-click'