Updated: 0.8.85

This commit is contained in:
Rafael Baboni Dominiquini 2025-04-22 18:47:40 -03:00
parent c3bd87abdf
commit 8eef258a7f
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.80
pkgver = 0.9.85
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = x86_64
@ -17,7 +17,7 @@ pkgbase = typhoon-bin
depends = imagemagick
provides = typhoon
conflicts = typhoon
source_x86_64 = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.80/typhoon_0.9.80_all.deb
sha256sums_x86_64 = 67f5ea85341b8a9c6f2f48f65e1dfe8c8921090146e044fcdbdfb994bac8244d
source_x86_64 = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.85/typhoon_0.9.85_all.deb
sha256sums_x86_64 = a2a589aa75b16f734278790458b7c778b8537d5bd89cc4b706e2deb7b0ea0613
pkgname = typhoon-bin

View file

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