summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2024-11-04 17:39:02 +0100
committerFrederik “Freso” S. Olesen2024-11-04 17:39:02 +0100
commit422f167c1ae3abd7ecfce7aa34ca97ae9ee74449 (patch)
tree32402507d90a5a88f1d0a80e7da0a4b872be033f
parent193cea973ec092c370cd6728e4bd41db2d726d0d (diff)
downloadaur-422f167c1ae3abd7ecfce7aa34ca97ae9ee74449.tar.gz
Update $license
GPL 3-or-later as per https://github.com/chatty/chatty/blob/c69f2574646076302441ecf0115c488c51f46e05/README.md#license-information See also: https://rfc.archlinux.page/0016-spdx-license-identifiers/
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d958122c0e42..44c480c8fa98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = chatty
pkgdesc = Twitch Chat Client for Desktop
pkgver = 0.26
- pkgrel = 1
+ pkgrel = 2
url = https://chatty.github.io/
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = gradle
makedepends = java-environment
depends = java-runtime
diff --git a/PKGBUILD b/PKGBUILD
index 760dd0b216a1..527091a07a71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
_pkgname=chatty
pkgname=${_pkgname}
pkgver=0.26
-pkgrel=1
+pkgrel=2
pkgdesc='Twitch Chat Client for Desktop'
arch=('any')
url='https://chatty.github.io/'
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('java-runtime' 'sh')
optdepends=('streamlink: for watching streams in a custom video player.'
'livestreamer: for watching streams in a custom video player.')