summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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'