fix license

This commit is contained in:
Archisman Panigrahi 2025-05-02 00:15:16 -04:00
parent 6cb3dd8e16
commit 1b3675f032
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
pkgbase = typhoon-git
pkgdesc = A stylish weather app based on Stormcloud
pkgver = v0.9.5.r2.g5ea0092
pkgrel = 2
pkgrel = 3
url = https://github.com/archisman-panigrahi/typhoon
arch = any
license = MIT
license = GPL-3.0-or-later
makedepends = git
makedepends = meson
makedepends = ninja

View file

@ -2,13 +2,13 @@
pkgname=typhoon-git
_pkgname=typhoon
pkgver=v0.9.5.r2.g5ea0092
pkgrel=2
pkgrel=3
pkgdesc="A stylish weather app based on Stormcloud"
arch=('any')
url="https://github.com/archisman-panigrahi/typhoon"
provides=($_pkgname)
conflicts=($_pkgname)
license=('MIT')
license=('GPL-3.0-or-later')
depends=('gtk3' 'webkit2gtk' 'python' 'imagemagick' 'python-dbus' 'libportal')
makedepends=('git' 'meson' 'ninja')
source=("git+$url#branch=master")