update version

This commit is contained in:
Archisman Panigrahi 2026-01-21 13:21:34 +05:30
parent cad383abe5
commit 8da7e8a47d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = typhoon-bin
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 1.4.3
pkgver = 1.4.4
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -19,7 +19,7 @@ pkgbase = typhoon-bin
depends = libportal
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.3/typhoon_1.4.3_all.deb
sha256sums = 51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.4/typhoon_1.4.4_all.deb
sha256sums = 547187a53511843c1d48e13992147a7356bd10269a51f44d8d3eed31893541d8
pkgname = typhoon-bin

View file

@ -5,7 +5,7 @@ _basename=typhoon
pkgname=${_basename}-bin
pkgdesc="A stylish weather app based on Stormcloud"
pkgver=1.4.3
pkgver=1.4.4
pkgrel=1
arch=('any')
@ -19,7 +19,7 @@ depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'python-cai
makedepends=('tar')
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
sha256sums=('51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4')
sha256sums=('547187a53511843c1d48e13992147a7356bd10269a51f44d8d3eed31893541d8')
package() {
cd "${pkgdir}"