diff --git a/.SRCINFO b/.SRCINFO index 16052f12946c2..d426d4fdb04de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.3 + pkgver = 1.3.1 pkgrel = 1 url = https://github.com/archisman-panigrahi/typhoon arch = any @@ -14,9 +14,8 @@ pkgbase = typhoon depends = imagemagick depends = python-dbus depends = libportal - depends = libnotify depends = python-cairosvg - source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.3 + source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.3.1 sha256sums = SKIP pkgname = typhoon diff --git a/PKGBUILD b/PKGBUILD index a5da3997a0b84..e2285759487c7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,11 @@ pkgname=typhoon -pkgver=1.3 +pkgver=1.3.1 pkgrel=1 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' 'libnotify' 'python-cairosvg') +depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'python-cairosvg') makedepends=('git' 'meson' 'ninja') source=("git+$url.git#tag=v$pkgver") sha256sums=('SKIP')