From a1963e0924fac6e87a516783372e4314ab85d44a Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Tue, 15 Apr 2025 14:47:02 -0400 Subject: [PATCH] new version --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index ab234f80972f1..6cf3437c52bbe 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = typhoon pkgdesc = A stylish weather app based on Stormcloud pkgver = 0.9.8 - pkgrel = 1 + pkgrel = 2 url = https://github.com/archisman-panigrahi/typhoon arch = any license = GPL3 @@ -13,7 +13,7 @@ pkgbase = typhoon depends = python depends = imagemagick depends = python-dbus - source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.71.tar.gz + source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.8.tar.gz sha256sums = 63dd4aab188b48ab3457ab74770ddc6f59c00d63684e7ad2d9cda7f84860c6fb pkgname = typhoon diff --git a/PKGBUILD b/PKGBUILD index 35678abf42aaa..5532e390057b0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Archisman Panigrahi pkgname=typhoon pkgver=0.9.8 -pkgrel=1 +pkgrel=2 pkgdesc="A stylish weather app based on Stormcloud" arch=('any') url="https://github.com/archisman-panigrahi/typhoon"