update deps

This commit is contained in:
Archisman Panigrahi 2025-04-01 00:25:27 -04:00
parent a15ab3016c
commit 22da6b14ff
2 changed files with 4 additions and 3 deletions

View file

@ -11,9 +11,10 @@ pkgbase = typhoon-git
depends = gtk3
depends = webkit2gtk
depends = python
depends = imagemagick
provides = typhoon
conflicts = typhoon
source = git+https://github.com/archisman-panigrahi/typhoon#branch=develop
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master
sha256sums = SKIP
pkgname = typhoon-git

View file

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