Updated: 0.8.90

This commit is contained in:
Rafael Baboni Dominiquini 2025-05-03 21:47:36 -03:00
parent 595fdaee06
commit f853d86d33
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 = 0.9.89
pkgver = 0.9.90
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -17,7 +17,7 @@ pkgbase = typhoon-bin
depends = imagemagick
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.89/typhoon_0.9.89_all.deb
sha256sums = 7e6519af9f420c4702997fda29f2dd765c24625c8359da1cbf1ebc6d7ae0e970
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.90/typhoon_0.9.90_all.deb
sha256sums = c84413344a3ce008e433e618b44dec69aea21d472f4b5a3a8ba47c6855978600
pkgname = typhoon-bin

View file

@ -2,7 +2,7 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=0.9.89
pkgver=0.9.90
pkgrel=1
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
@ -13,7 +13,7 @@ provides=("${_basename}")
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick')
makedepends=('tar')
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
sha256sums=('7e6519af9f420c4702997fda29f2dd765c24625c8359da1cbf1ebc6d7ae0e970')
sha256sums=('c84413344a3ce008e433e618b44dec69aea21d472f4b5a3a8ba47c6855978600')
package() {
cd "${pkgdir}"