summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 214fc0c85cb3..c0c2d505d70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = python-platformio
pkgdesc = A professional collaborative platform for embedded development. Cross-platform IDE and Unified Debugger. Static Code Analyzer and Remote Unit Testing. Multi-platform and Multi-architecture Build System. Firmware File Explorer and Memory Inspection.
pkgver = 6.1.6
- pkgrel = 1
+ pkgrel = 2
url = https://platformio.org
arch = any
license = Apache
makedepends = python-setuptools
- depends = python
+ depends = python>=3.11
depends = python-bottle>=0.12
depends = python-click>=8.0.4
depends = python-colorama
diff --git a/PKGBUILD b/PKGBUILD
index 58ddc25f54a4..38cccf353fdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname='python-platformio'
_module=${pkgname#python-}
pkgver='6.1.6'
-pkgrel=1
+pkgrel=2
pkgdesc="A professional collaborative platform for embedded development. Cross-platform IDE and Unified Debugger. Static Code Analyzer and Remote Unit Testing. Multi-platform and Multi-architecture Build System. Firmware File Explorer and Memory Inspection."
# IoT, Arduino, CMSIS, ESP-IDF, FreeRTOS, libOpenCM3, mbedOS, Pulp OS, SPL, STM32Cube, Zephyr RTOS, ARM, AVR, Espressif (ESP8266/ESP32), FPGA, MCS-51 (8051), MSP430, Nordic (nRF51/nRF52), NXP i.MX RT, PIC32, RISC-V, STMicroelectronics (STM8/STM32), Teensy
url="https://platformio.org"
depends=(
- 'python'
+ 'python>=3.11'
'python-bottle>=0.12'
'python-click>=8.0.4'
'python-colorama'