Updated: 1.1

This commit is contained in:
Rafael Baboni Dominiquini 2025-08-17 22:15:00 -03:00
parent ff1bf5bd6f
commit fa426d990c
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 = 1.0
pkgver = 1.1
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -19,7 +19,7 @@ pkgbase = typhoon-bin
depends = libportal
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.0/typhoon_1.0_all.deb
sha256sums = 788b682e4f0b1f999e4f12f11aba3a860507f920725614e473909b2e9edc5865
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.1/typhoon_1.1_all.deb
sha256sums = 3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06
pkgname = typhoon-bin

View file

@ -2,7 +2,7 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=1.0
pkgver=1.1
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' 'python-cairosvg' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick' 'libportal')
makedepends=('tar')
source=("https://github.com/archisman-panigrahi/typhoon/releases/download/v${pkgver}/${_basename}_${pkgver}_all.deb")
sha256sums=('788b682e4f0b1f999e4f12f11aba3a860507f920725614e473909b2e9edc5865')
sha256sums=('3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06')
package() {
cd "${pkgdir}"