summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:11:33 -0700
committerMark Wagie2024-01-20 13:11:33 -0700
commitb3e3a58468bca4622be04e8e1d69b555b1f10331 (patch)
treef63eba7e6051519cdcc25e16ef9e6823660f0d7d
parentcd35f45b22b101541143b1be77018b22e4aa53ae (diff)
downloadaur-b3e3a58468bca4622be04e8e1d69b555b1f10331.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a22b1e8819..7164c9344377 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = apostrophe
pkgrel = 6
url = https://world.pages.gitlab.gnome.org/apostrophe
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
checkdepends = appstream-glib
makedepends = meson
makedepends = gobject-introspection
diff --git a/PKGBUILD b/PKGBUILD
index 9461a15a0f2e..16ccdcc4a910 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=6
pkgdesc="A distraction free Markdown editor for GNU/Linux made with GTK+"
arch=('any')
url="https://world.pages.gitlab.gnome.org/apostrophe"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('gspell' 'libhandy' 'otf-fira-mono' 'otf-fira-sans' 'python-cairo'
'python-chardet' 'python-gobject' 'python-levenshtein' 'python-pyenchant'
'python-pypandoc' 'python-regex' 'python-setuptools' 'webkit2gtk-4.1')