Sync PKGBUILD from GitHub

This commit is contained in:
archisman 2026-02-22 03:40:18 +00:00
parent 0ea276bbd1
commit 5653810918
2 changed files with 9 additions and 9 deletions

View file

@ -1,21 +1,21 @@
pkgbase = typhoon
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 1.6.0
pkgrel = 2
pkgver = 1.7.0
pkgrel = 1
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = ninja
depends = gtk3
depends = webkit2gtk
depends = python
depends = imagemagick
depends = python-pyqt6
depends = python-pyqt6-webengine
depends = python-dbus
depends = python-gobject
depends = libportal
depends = python-cairosvg
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.6.0
source = git+https://github.com/archisman-panigrahi/typhoon.git#tag=v1.7.0
sha256sums = SKIP
pkgname = typhoon

View file

@ -1,11 +1,11 @@
pkgname=typhoon
pkgver=1.6.0
pkgrel=2
pkgver=1.7.0
pkgrel=1
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
license=('GPL-3.0-or-later')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal' 'python-cairosvg')
depends=('python' 'python-pyqt6' 'python-pyqt6-webengine' 'python-dbus' 'python-gobject' 'libportal' 'python-cairosvg')
makedepends=('git' 'meson' 'ninja')
source=("git+$url.git#tag=v$pkgver")
sha256sums=('SKIP')