summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-11-09 00:09:00 +0100
committerbegin-theadventure2023-11-09 00:09:00 +0100
commitdc77956bc6fb0246151bc86e4020542386fdbbcd (patch)
tree9a45ea38304a3951a6c5ecc9f23e5c1517cf683c
parentd212152b669023c0c0aea9aebacd68b2628c76ac (diff)
downloadaur-dc77956bc6fb0246151bc86e4020542386fdbbcd.tar.gz
license (short identifier)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c9aeabbd935..f065476e0104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = keyman-onboard
arch = armv7h
arch = aarch64
arch = powerpc64le
- license = GPL3-or-later
+ license = GPL3+
makedepends = git
makedepends = python-distutils-extra
depends = dbus-python
diff --git a/PKGBUILD b/PKGBUILD
index 69f84a2606ea..363d6fa0c934 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc="fork of onboard to adapt it to use it as an OSK for Keyman on Linux"
arch=('x86_64' 'armv7h' 'aarch64' 'powerpc64le')
url="https://github.com/keymanapp/onboard-keyman"
-license=('GPL3-or-later')
+license=('GPL3+')
depends=('dbus-python' 'gtk3' 'hunspell' 'libcanberra' 'libxkbfile' 'python-cairo' 'python-gobject')
makedepends=('git' 'python-distutils-extra')
optdepends=('mousetweaks: hover click with mouse')