Updated: 0.8.93

This commit is contained in:
Rafael Baboni Dominiquini 2025-05-11 04:10:40 -03:00
parent db665da6f6
commit 3c14e556da
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.92
pkgver = 0.9.93
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.92/typhoon_0.9.92_all.deb
sha256sums = e122e61936ef9746b5b0b7d1425fe5757b54408b51b6b66568b4324ef521efcc
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.93/typhoon_0.9.93_all.deb
sha256sums = 52816990b457fcf6013cb55f05fd4163b4f8c7f8842936028b4dafba24012b36
pkgname = typhoon-bin

View file

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