update version

This commit is contained in:
Archisman Panigrahi 2026-01-20 23:29:24 +05:30
parent c63edfc9fe
commit cad383abe5
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.2
pkgver = 1.4.3
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.2/typhoon_1.4.2_all.deb
sha256sums = 0e07c5bdd63308ad8329f464d92d74b32911604dc100615597ab4e372bb853bf
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.4.3/typhoon_1.4.3_all.deb
sha256sums = 51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4
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.2
pkgver=1.4.3
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=('0e07c5bdd63308ad8329f464d92d74b32911604dc100615597ab4e372bb853bf')
sha256sums=('51a5d9597129c5c1a983a120778dd4f46e210d70665e5c49f8133c55752ffcf4')
package() {
cd "${pkgdir}"