update deps

This commit is contained in:
Archisman Panigrahi 2025-05-25 10:02:45 -04:00
parent 1b3675f032
commit 7d5e9671a5
2 changed files with 4 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = typhoon-git
pkgdesc = A stylish weather app based on Stormcloud
pkgver = v0.9.5.r2.g5ea0092
pkgrel = 3
pkgrel = 4
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = GPL-3.0-or-later
@ -14,6 +14,7 @@ pkgbase = typhoon-git
depends = imagemagick
depends = python-dbus
depends = libportal
depends = python-cairosvg
provides = typhoon
conflicts = typhoon
source = git+https://github.com/archisman-panigrahi/typhoon#branch=master

View file

@ -2,14 +2,14 @@
pkgname=typhoon-git
_pkgname=typhoon
pkgver=v0.9.5.r2.g5ea0092
pkgrel=3
pkgrel=4
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
provides=($_pkgname)
conflicts=($_pkgname)
license=('GPL-3.0-or-later')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'python-cairosvg')
makedepends=('git' 'meson' 'ninja')
source=("git+$url#branch=master")
sha256sums=('SKIP')