From c6edef41701e2fe3e1e25bcca28ada82de09ef45 Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Mon, 6 Oct 2025 19:50:29 -0400 Subject: [PATCH] v1.2 --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index f5f727215f7fb..dd7a44da9c4b5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = typhoon pkgdesc = A stylish weather app based on Stormcloud - pkgver = 1.1 + pkgver = 1.2 pkgrel = 1 url = https://github.com/archisman-panigrahi/typhoon arch = any @@ -15,7 +15,7 @@ pkgbase = typhoon depends = python-dbus depends = libportal depends = python-cairosvg - source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.1 + source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.2 sha256sums = SKIP pkgname = typhoon diff --git a/PKGBUILD b/PKGBUILD index 1dd85ef00cb46..a75eb4633d8e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=typhoon -pkgver=1.1 +pkgver=1.2 pkgrel=1 pkgdesc="A stylish weather app based on Stormcloud" arch=('any')