Updated: 1.2

This commit is contained in:
Rafael Baboni Dominiquini 2025-10-06 17:19:33 -03:00
parent fa426d990c
commit 03dc9a38cf
4 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = typhoon-bin
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 1.1
pkgver = 1.2
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.1/typhoon_1.1_all.deb
sha256sums = 3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v1.2/typhoon_1.2_all.deb
sha256sums = f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c
pkgname = typhoon-bin

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
*
!.nvchecker.toml
!PKGBUILD
!.gitignore
!.SRCINFO

5
.nvchecker.toml Normal file
View file

@ -0,0 +1,5 @@
["typhoon-bin"]
source = "github"
github = "archisman-panigrahi/typhoon"
use_latest_release = true
prefix = "v"

View file

@ -2,7 +2,7 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=1.1
pkgver=1.2
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=('3cad930e5fe4d6eba04d6a231836fba5ce9e105ef8da74700b4a819250c46c06')
sha256sums=('f9a6d5e323bcfdb2ec38be4bab4fe4aa85ac99b13f9668f3ee1880c45f73053c')
package() {
cd "${pkgdir}"