add new dependency

This commit is contained in:
Archisman Panigrahi 2025-04-08 14:25:02 -04:00
parent c0bbf8295c
commit 68f13f2631
2 changed files with 2 additions and 1 deletions

View file

@ -12,6 +12,7 @@ pkgbase = typhoon-git
depends = webkit2gtk
depends = python
depends = imagemagick
depends = python-dbus
provides = typhoon
conflicts = typhoon
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master

View file

@ -9,7 +9,7 @@ url="https://github.com/archisman-panigrahi/typhoon"
provides=($_pkgname)
conflicts=($_pkgname)
license=('MIT')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus')
makedepends=('git' 'meson' 'ninja')
source=("git+$url#branch=master")
sha256sums=('SKIP')