Updated: 1.5.1

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-02 01:29:30 -03:00
parent 606b84d42a
commit f609c7924e
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.5.0
pkgver = 1.5.1
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -18,7 +18,7 @@ pkgbase = typhoon-bin
depends = libportal
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.5.0/typhoon_1.5.0_all.deb
sha256sums = b148f3ff1959ade8fad1fdd0da31f9e5f5cc7552d4b8425b19a88fb675f792e0
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.5.1/typhoon_1.5.1_all.deb
sha256sums = a968833c0cec928c0b9f20256ceeb09950ac7891fa6e49284251df0803241a47
pkgname = typhoon-bin

View file

@ -6,7 +6,7 @@ _basename=typhoon
pkgname=${_basename}-bin
pkgdesc="A stylish weather app based on Stormcloud"
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
arch=('any')
@ -20,7 +20,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=('b148f3ff1959ade8fad1fdd0da31f9e5f5cc7552d4b8425b19a88fb675f792e0')
sha256sums=('a968833c0cec928c0b9f20256ceeb09950ac7891fa6e49284251df0803241a47')
package() {
cd "${pkgdir}"