Updated: 1.6.0

This commit is contained in:
Rafael Baboni Dominiquini 2026-02-19 15:07:06 -03:00
parent a8a98482fe
commit 7c9d57a947
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.2
pkgver = 1.6.0
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.2/typhoon_1.5.2_all.deb
sha256sums = f63f4dcdee47f09ec08fcbfa6ada5ee84ceeb2f4034bd9afad2ba9240e93d67a
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.6.0/typhoon_1.6.0_all.deb
sha256sums = e188a08bffdb77d4ae584894e327ffa135550f047ac5bea2b6461ddea3cff08f
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.2
pkgver=1.6.0
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=('f63f4dcdee47f09ec08fcbfa6ada5ee84ceeb2f4034bd9afad2ba9240e93d67a')
sha256sums=('e188a08bffdb77d4ae584894e327ffa135550f047ac5bea2b6461ddea3cff08f')
package() {
cd "${pkgdir}"