summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2023-07-23 11:57:09 +0200
committerJake2023-07-23 11:57:09 +0200
commitcce8af8d46acc26122abb3ff10a977fac61ed3f6 (patch)
treee112d14aa8d237de927b974fa277544de526abb7
parentc183b38439c2f0d3fec6e0a90b6b8fd4b4596e05 (diff)
downloadaur-cce8af8d46acc26122abb3ff10a977fac61ed3f6.tar.gz
Improve: platformio 6.1.9-2 add udev rules optdepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda9181fb7b7..6b990333f4f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = platformio
pkgdesc = A cross-platform code builder and library manager
pkgver = 6.1.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/platformio/platformio-core/
arch = any
license = Apache
@@ -21,6 +21,7 @@ pkgbase = platformio
depends = python-starlette
depends = python-wsproto
depends = uvicorn
+ optdepends = platformio-udev-rules: user access for various boards/devices
optdepends = python-click-completion: for shell completions
optdepends = python-shellingham: for shell completions
conflicts = platformio-git
diff --git a/PKGBUILD b/PKGBUILD
index e03381807062..dd9df609c5c5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=('platformio' 'platformio-udev-rules')
pkgver=6.1.9
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform code builder and library manager"
arch=('any')
url="https://github.com/platformio/platformio-core/"
@@ -32,7 +32,8 @@ depends=('python-setuptools'
'python-starlette'
'python-wsproto'
'uvicorn')
-optdepends=('python-click-completion: for shell completions'
+optdepends=('platformio-udev-rules: user access for various boards/devices'
+ 'python-click-completion: for shell completions'
'python-shellingham: for shell completions')
conflicts=('platformio-git')
source=("https://github.com/platformio/platformio-core/archive/v${pkgver}.tar.gz")