M .SRCINFO => .SRCINFO +1 -0
@@ 7,6 7,7 @@ pkgbase = hiprompt-gtk-py
license = GPL3
makedepends = meson
depends = python
+ depends = python-gobject
depends = gtk3
depends = gtk-layer-shell
source = hiprompt-gtk-py-r18.f744993.tar.gz::https://git.sr.ht/~sircmpwn/hiprompt-gtk-py/archive/f744993.tar.gz
M PKGBUILD => PKGBUILD +1 -1
@@ 9,7 9,7 @@ pkgdesc='A GTK+ Himitsu prompter for Wayland'
arch=(any)
url='https://sr.ht/~sircmpwn/himitsu'
license=(GPL3)
-depends=(python gtk3 gtk-layer-shell)
+depends=(python python-gobject gtk3 gtk-layer-shell)
makedepends=(meson)
source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~sircmpwn/$pkgname/archive/$_commit.tar.gz")
_extractedpath="$pkgname-$_commit"