diff options
author | Rhinoceros | 2025-01-19 00:02:58 +1100 |
---|---|---|
committer | Rhinoceros | 2025-01-19 00:02:58 +1100 |
commit | 45f9ca3752bc759a838cdd38f9c798bf157c91ce (patch) | |
tree | 0d4cec7162e9b284177fda2cfc076d635d9f6192 | |
parent | 4508c0ae3e5a1d6b928d689edb274f49f103b230 (diff) | |
download | aur-emote.tar.gz |
Use SPDX license identifier as per new recommendations
* https://wiki.archlinux.org/title/PKGBUILD#license
* https://rfc.archlinux.page/0016-spdx-license-identifiers/
* I won't bump pkgrel for these licence changes
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ pkgbase = emote pkgrel = 2 url = https://github.com/tom-james-watson/Emote arch = any - license = GPL3 + license = GPL-3.0-only makedepends = python-setuptools makedepends = python-pipenv depends = python @@ -8,7 +8,7 @@ pkgrel=2 pkgdesc='Modern popup emoji picker' arch=('any') url='https://github.com/tom-james-watson/Emote' -license=('GPL3') +license=('GPL-3.0-only') depends=('python' 'gtk3' 'python-gobject' 'libkeybinder3' 'python-setproctitle' 'dbus-python' 'hicolor-icon-theme' 'emoji-font') makedepends=('python-setuptools' 'python-pipenv') optdepends=('xdotool: automatic pasting in X11' |