summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')