This commit is contained in:
Archisman Panigrahi 2025-04-09 02:31:11 -04:00
parent 7beec22ec0
commit a37aefd7dc
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = typhoon
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 0.9.7
pkgrel = 2
pkgver = 0.9.71
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = GPL3
@ -13,7 +13,7 @@ pkgbase = typhoon
depends = python
depends = imagemagick
depends = python-dbus
source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.7.tar.gz
sha256sums = 09e4b15f79daf917afac1c427f1d06398a6cb8b85e3aa03f94a4b43461df1c37
source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.71.tar.gz
sha256sums = b446d455b49915a61815a6d3610f49f0e3437b68cd9e14bc9d7bf453e0679069
pkgname = typhoon

View file

@ -1,7 +1,7 @@
# Maintainer: Archisman Panigrahi <apandada1@gmail.com>
pkgname=typhoon
pkgver=0.9.7
pkgrel=2
pkgver=0.9.71
pkgrel=1
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
@ -9,7 +9,7 @@ license=('GPL3')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus')
makedepends=('git' 'meson' 'ninja')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('09e4b15f79daf917afac1c427f1d06398a6cb8b85e3aa03f94a4b43461df1c37')
sha256sums=('b446d455b49915a61815a6d3610f49f0e3437b68cd9e14bc9d7bf453e0679069')
build() {
cd "$srcdir/$pkgname-$pkgver"