summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2021-02-18 18:23:37 -0300
committerTércio Martins2021-02-18 18:23:37 -0300
commit6e01f154876e35ca1f7feebcd4f986bc6fa860c7 (patch)
treede56366722f40ce4808152150fe6f8e2f0a81e2f /PKGBUILD
parente7b5804606d4f9f85ae72b61575ff334999947cd (diff)
downloadaur-6e01f154876e35ca1f7feebcd4f986bc6fa860c7.tar.gz
Add dependency "python-pgzero"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8daa0ae3f730..aa15e019d2ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="https://thonny.org"
license=('MIT')
depends=('hicolor-icon-theme' 'mypy' 'python-astroid' 'python-asttokens' 'python-docutils' 'python-jedi' \
'python-pip' 'python-pylint' 'python-pyserial' 'python-send2trash' 'python-setuptools' 'tk')
-optdepends=('python-birdseye: Debug support with Birdseye')
+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")
sha512sums=('6aa09fa242945c6fef7e8ec004bcda49ac1be2790abc1da6de2ee6c14946a79b22f13b9519e1163f320b59b46f58bb345164b31f371b9ff8be921d7eca742153')