Fix dependencies

This commit is contained in:
Rafael Baboni Dominiquini 2025-05-28 02:01:07 -03:00
parent 0f77b339b2
commit 03891655a1
2 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = typhoon-bin
pkgdesc = A stylish weather app based on Stormcloud
pkgver = 0.9.94
pkgrel = 1
pkgrel = 2
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = GPL-3.0-or-later
@ -11,10 +11,12 @@ pkgbase = typhoon-bin
depends = python
depends = python-dbus
depends = python-gobject
depends = python-cairosvg
depends = bash
depends = gdk-pixbuf2
depends = webkit2gtk
depends = imagemagick
depends = libportal
provides = typhoon
conflicts = typhoon
source = https://github.com/archisman-panigrahi/typhoon/releases/download/v0.9.94/typhoon_0.9.94_all.deb

View file

@ -3,14 +3,14 @@
_basename=typhoon
pkgname=${_basename}-bin
pkgver=0.9.94
pkgrel=1
pkgrel=2
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
license=('GPL-3.0-or-later')
conflicts=("${_basename}")
provides=("${_basename}")
depends=('gtk3' 'webkit2gtk' 'python' 'python-dbus' 'python-gobject' 'bash' 'gdk-pixbuf2' 'webkit2gtk' 'imagemagick')
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=('547a8891444fec612a402a28d529e0def2aac1d3f081e474ec7271d0663dd9e5')