This commit is contained in:
Archisman Panigrahi 2025-04-03 10:17:13 -04:00
parent 679b00d998
commit 01fe965772
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = typhoon
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 0.9.5
pkgver = 0.9.6
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
@ -13,6 +13,6 @@ pkgbase = typhoon
depends = python
depends = imagemagick
source = https://github.com/archisman-panigrahi/typhoon/archive/refs/tags/v0.9.5.tar.gz
sha256sums = 0504d97a117e7cf8e3bd2e1e3302f1fd95863b715ede793ed79f169df242cbe0
sha256sums = b7285f141f3028f1194a980795abbac8e755639028e42e1efbd42bd9b0ab5a9d
pkgname = typhoon

View file

@ -1,6 +1,6 @@
# Maintainer: Archisman Panigrahi <apandada1@gmail.com>
pkgname=typhoon
pkgver=0.9.5
pkgver=0.9.6
pkgrel=1
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
@ -9,7 +9,7 @@ license=('GPL3')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick')
makedepends=('git' 'meson' 'ninja')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
sha256sums=('0504d97a117e7cf8e3bd2e1e3302f1fd95863b715ede793ed79f169df242cbe0')
sha256sums=('b7285f141f3028f1194a980795abbac8e755639028e42e1efbd42bd9b0ab5a9d')
build() {
cd "$srcdir/$pkgname-$pkgver"
@ -20,4 +20,4 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
DESTDIR="$pkgdir" meson install -C build
}
}