From 3c14e556da775d8ae27a41c7176f81907329bb48 Mon Sep 17 00:00:00 2001 From: Rafael Baboni Dominiquini Date: Sun, 11 May 2025 04:10:40 -0300 Subject: [PATCH] Updated: 0.8.93 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 4f5c5596e0397..95da9a592a1cd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index f172e278ea854..844e53b1f80a2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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}"