diff --git a/.SRCINFO b/.SRCINFO index 665cf7e7b24c1..9aae39e89d56c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = typhoon pkgdesc = A stylish weather app based on Stormcloud pkgver = 0.9.94 - pkgrel = 1 + pkgrel = 2 url = https://github.com/archisman-panigrahi/typhoon arch = any license = GPL-3.0-or-later @@ -14,6 +14,7 @@ pkgbase = typhoon depends = imagemagick depends = python-dbus depends = libportal + depends = python-cairosvg source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v0.9.94 sha256sums = SKIP diff --git a/PKGBUILD b/PKGBUILD index 27cb2a95b544b..7d8c6eab42b12 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ pkgname=typhoon pkgver=0.9.94 -pkgrel=1 +pkgrel=2 pkgdesc="A stylish weather app based on Stormcloud" arch=('any') url="https://github.com/archisman-panigrahi/typhoon" 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.git#tag=v$pkgver") sha256sums=('SKIP')