Updated: 1.3.1

This commit is contained in:
Rafael Baboni Dominiquini 2025-12-20 14:15:32 -03:00
parent 7dcd834b73
commit 82f16f2527
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.3
pkgver = 1.3.1
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -20,7 +20,7 @@ pkgbase = typhoon-bin
depends = libnotify
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3/typhoon_1.3_all.deb
sha256sums = c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.3.1/typhoon_1.3.1_all.deb
sha256sums = 0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85
pkgname = typhoon-bin

View file

@ -5,7 +5,7 @@ _basename=typhoon
pkgname=${_basename}-bin
pkgdesc="A stylish weather app based on Stormcloud"
pkgver=1.3
pkgver=1.3.1
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=('c31c457f39a49922da1a46704fb59a86a3048e62892af1d0b773a835d3c13996')
sha256sums=('0c5f4b3e43938a5169826e554d3932ccc60f7910f7981b58326808dc7f924a85')
package() {
cd "${pkgdir}"