From fea2dea67ce76dc01a3c18186bd619da85d739eb Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Sat, 2 Aug 2025 14:38:14 -0400 Subject: [PATCH] v1.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index e5f29bfdca847..8e073b68d0dd5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = typhoon pkgdesc = A stylish weather app based on Stormcloud - pkgver = 0.9.95 - pkgrel = 2 + pkgver = 1.0 + pkgrel = 1 url = https://github.com/archisman-panigrahi/typhoon arch = any license = GPL-3.0-or-later @@ -15,7 +15,7 @@ pkgbase = typhoon depends = python-dbus depends = libportal depends = python-cairosvg - source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v0.9.95 + source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.0 sha256sums = SKIP pkgname = typhoon diff --git a/PKGBUILD b/PKGBUILD index b8d202f8f954b..8b6cb7dc660b8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ pkgname=typhoon -pkgver=0.9.95 -pkgrel=2 +pkgver=1.0 +pkgrel=1 pkgdesc="A stylish weather app based on Stormcloud" arch=('any') url="https://github.com/archisman-panigrahi/typhoon"