update version

This commit is contained in:
Archisman Panigrahi 2025-05-25 10:01:39 -04:00
parent 7caec2cce7
commit 2b23bd5775
2 changed files with 4 additions and 3 deletions

View file

@ -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

View file

@ -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')