summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoractionless2023-12-04 19:35:28 +0100
committeractionless2023-12-04 19:35:28 +0100
commita837a3df11bf8bcea24c9a70e9b3972303c54e2a (patch)
tree7f078cf4b7b49ce0ae42782c9e9da886bf1ced13 /PKGBUILD
parent4a39dddd3c12c7aa22048ce8d382716d9e7fb8c1 (diff)
downloadaur-a837a3df11bf8bcea24c9a70e9b3972303c54e2a.tar.gz
add `python` to deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6856a82abc1..f24549aff9b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'