summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 13:19:10 -0700
committerMark Wagie2024-01-20 13:19:10 -0700
commit892c92ab1a4f70a3b1f3ac43399515d2367049b8 (patch)
tree2b0f0f04ecfc8b876e5770866fed09affd26c688
parentc0cc5b786248157daf160c3314df134634a1458c (diff)
downloadaur-892c92ab1a4f70a3b1f3ac43399515d2367049b8.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 62ae9c78dd52..562ccd532d1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = autokey
pkgrel = 4
url = https://github.com/autokey/autokey
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = python-build
makedepends = python-installer
makedepends = python-pyqt5
diff --git a/PKGBUILD b/PKGBUILD
index 275aa420f2e9..22eeb0d6546d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=4
pkgdesc="A desktop automation utility for Linux and X11"
arch=('any')
url="https://github.com/autokey/autokey"
-license=('GPL3')
+license=('GPL-3.0-or-later')
makedepends=('python-build' 'python-installer' 'python-pyqt5' 'python-setuptools' 'python-wheel')
source=("$pkgbase-$pkgver.tar.gz::https://github.com/autokey/autokey/archive/v$pkgver.tar.gz")
sha256sums=('40341fc4cd9703a34264e9191b5938fc7ed5a6f357992d91e492975d89933acd')