diff --git a/.SRCINFO b/.SRCINFO index ad657bd484b2e..429f21086a5f0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index ffdca411567f8..c459e5fcf0738 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')