fix license and new version

This commit is contained in:
Archisman Panigrahi 2025-05-02 00:16:23 -04:00
parent 749dc525a5
commit 230e114ba3
2 changed files with 5 additions and 5 deletions

View file

@ -1,10 +1,10 @@
pkgbase = typhoon
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 0.9.87
pkgver = 0.9.88
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = GPL3
license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = ninja
@ -14,7 +14,7 @@ pkgbase = typhoon
depends = imagemagick
depends = python-dbus
depends = libportal
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v0.9.87
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v0.9.88
sha256sums = SKIP
pkgname = typhoon

View file

@ -1,10 +1,10 @@
pkgname=typhoon
pkgver=0.9.87
pkgver=0.9.88
pkgrel=1
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
license=('GPL3')
license=('GPL-3.0-or-later')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal')
makedepends=('git' 'meson' 'ninja')
source=("git+$url.git#tag=v$pkgver")