diff options
author | actionless | 2023-12-04 19:35:28 +0100 |
---|---|---|
committer | actionless | 2023-12-04 19:35:28 +0100 |
commit | a837a3df11bf8bcea24c9a70e9b3972303c54e2a (patch) | |
tree | 7f078cf4b7b49ce0ae42782c9e9da886bf1ced13 /PKGBUILD | |
parent | 4a39dddd3c12c7aa22048ce8d382716d9e7fb8c1 (diff) | |
download | aur-a837a3df11bf8bcea24c9a70e9b3972303c54e2a.tar.gz |
add `python` to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,11 +5,14 @@ _pypiname=PyGObject-stubs _pkgname=pygobject-stubs pkgname="python-${_pkgname}" pkgver=2.10.0 -pkgrel=1 +pkgrel=2 pkgdesc="PEP 561 Typing Stubs for PyGObject." arch=('any') url='https://github.com/pygobject/pygobject-stubs' license=('LGPL') +depends=( + 'python' +) makedepends=( 'python-build' 'python-installer' |