firecat53 / networkmanager-dmenu

Control NetworkManager via dmenu
MIT License
783 stars 74 forks source link

Arch AUR package: dependency for python-gobject missing #139

Closed gebeer closed 1 month ago

gebeer commented 1 month ago

Thank you for this great script!

Would be nice if python-gobject could be included as a dependency in the AUR package.

It is mentioned as dependency in the README. But reading all through the manual is not everyones strength :-)

firecat53 commented 1 month ago

From the PKGBUILD:

license=('MIT')
depends=('python' 'networkmanager' 'python-gobject')
makedepends=('git')

I think it's already there. Are you seeing something different?

gebeer commented 1 month ago

From the PKGBUILD:

license=('MIT')
depends=('python' 'networkmanager' 'python-gobject')
makedepends=('git')

I think it's already there. Are you seeing something different?

I'm sorry. It didn't get installed as dependency using paru and I didn't even check the PKGBUILD before complaining here. Sorry again for the noise.