From 230e114ba35e842d7ff757845389b6301378f7d4 Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Fri, 2 May 2025 00:16:23 -0400 Subject: [PATCH] fix license and new version --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ba5137236e0d9..587d202ca5fe8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 3012aa7b3499e..915373c80c231 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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")