Updated: 0.8.87

This commit is contained in:
Rafael Baboni Dominiquini 2025-04-29 14:38:21 -03:00
parent 6208824c74
commit 4a6512cfe2
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.86
pkgver = 0.9.87
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.86/typhoon_0.9.86_all.deb
sha256sums = b0de72dbb94e76bdf1d5ae84a424e02290269ea84616828a9fbf603610aaadeb
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.87/typhoon_0.9.87_all.deb
sha256sums = 9db76f3aa4c1d464a1bedc57b745f400b66f1038021f55896c9f049ed4f82077
pkgname = typhoon-bin

View file

@ -2,7 +2,7 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=0.9.86
pkgver=0.9.87
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=('b0de72dbb94e76bdf1d5ae84a424e02290269ea84616828a9fbf603610aaadeb')
sha256sums=('9db76f3aa4c1d464a1bedc57b745f400b66f1038021f55896c9f049ed4f82077')
package() {
cd "${pkgdir}"