Updated: 0.8.94

This commit is contained in:
Rafael Baboni Dominiquini 2025-05-24 01:47:37 -03:00
parent 3c14e556da
commit 0f77b339b2
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.93
pkgver = 0.9.94
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.93/typhoon_0.9.93_all.deb
sha256sums = 52816990b457fcf6013cb55f05fd4163b4f8c7f8842936028b4dafba24012b36
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.94/typhoon_0.9.94_all.deb
sha256sums = 547a8891444fec612a402a28d529e0def2aac1d3f081e474ec7271d0663dd9e5
pkgname = typhoon-bin

View file

@ -2,7 +2,7 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=0.9.93
pkgver=0.9.94
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=('52816990b457fcf6013cb55f05fd4163b4f8c7f8842936028b4dafba24012b36')
sha256sums=('547a8891444fec612a402a28d529e0def2aac1d3f081e474ec7271d0663dd9e5')
package() {
cd "${pkgdir}"