summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2025-01-19 00:02:58 +1100
committerRhinoceros2025-01-19 00:02:58 +1100
commit45f9ca3752bc759a838cdd38f9c798bf157c91ce (patch)
tree0d4cec7162e9b284177fda2cfc076d635d9f6192
parent4508c0ae3e5a1d6b928d689edb274f49f103b230 (diff)
downloadaur-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--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f99e4153330..8a49da03c34c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 68ac5ce97db5..5aa1a823a994 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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'