update version

This commit is contained in:
Archisman Panigrahi 2025-12-02 13:34:52 -05:00
parent c6edef4170
commit 45db22ee6a
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
pkgbase = typhoon
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 1.2
pkgver = 1.3
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -14,8 +14,9 @@ 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.2
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.3
sha256sums = SKIP
pkgname = typhoon

View file

@ -1,11 +1,11 @@
pkgname=typhoon
pkgver=1.2
pkgver=1.3
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' 'python-cairosvg')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'libnotify' 'python-cairosvg')
makedepends=('git' 'meson' 'ninja')
source=("git+$url.git#tag=v$pkgver")
sha256sums=('SKIP')