summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2022-08-27 22:18:47 -0300
committerTércio Martins2022-08-27 22:18:47 -0300
commit8de87b249b45ba1c5a0aa720f9847b4323bb5937 (patch)
tree9efb0c61407ce818cabf43b4254fb679d7c184d3 /PKGBUILD
parentb825520adcec6986ae32de5c026fb3f6d6aa1ab3 (diff)
downloadaur-8de87b249b45ba1c5a0aa720f9847b4323bb5937.tar.gz
Add the "python-build" and "python-installer" packages in the "makedepends" section
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 408fd15b5794..9c30d53d0244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=thonny
pkgver=4.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python IDE for beginners"
arch=('any')
url="https://thonny.org"
license=('MIT')
depends=('hicolor-icon-theme' 'mypy' 'python-asttokens' 'python-docutils' 'python-jedi' 'python-pip' \
'python-pylint' 'python-pyserial' 'python-send2trash' 'python-setuptools' 'python-wheel' 'tk')
+makedepends=('python-build' 'python-installer')
optdepends=('python-birdseye: Debug support with Birdseye'
'python-pgzero: Run programs made with Pygame Zero')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")