summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2021-02-11 22:52:18 -0300
committerTércio Martins2021-02-11 22:52:18 -0300
commit2985d193d24862e39c97a89ea416653dcb44e4c0 (patch)
treee49e6076a36dacd51c2a6a119da04cb01d943070 /PKGBUILD
parentaa44c25e20b982681694a572c6efea9de73c6a20 (diff)
downloadaur-2985d193d24862e39c97a89ea416653dcb44e4c0.tar.gz
Add dependency "python-pip" (suggestion of @Giorbo)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f74bd1050bb5..15e87342c37b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('any')
url="https://thonny.org"
license=('MIT')
depends=('hicolor-icon-theme' 'mypy' 'python-astroid' 'python-asttokens' 'python-docutils' 'python-jedi' \
- 'python-pylint' 'python-pyserial' 'python-send2trash' 'python-setuptools' 'tk')
+ 'python-pip' 'python-pylint' 'python-pyserial' 'python-send2trash' 'python-setuptools' 'tk')
optdepends=('python-birdseye: Debug support with Birdseye')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
sha512sums=('46abda75ad351601ac4d7abf148d5281f47406c5991c8b9b0a48aab5574c46fd09654e639bb806d13c32793d7b7371a145468bdd24f2bacc535feac321ed297d')