summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2024-01-30 02:30:48 +0100
committerPeter Mattern2024-01-30 02:30:48 +0100
commit5a4fa7eb07ea659ab7c7c01a09e5abad67041485 (patch)
tree699013f1b4d98845d81e3bee7a8cd09ea73764ec
parent190de8998b45d8adc51928d622a4a6526ca2cd07 (diff)
downloadaur-5a4fa7eb07ea659ab7c7c01a09e5abad67041485.tar.gz
Use current, SPDX compliant license string
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32d22b399283..436ecd4daea6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = spice-vdagent-git
url = https://www.spice-space.org
arch = i686
arch = x86_64
- license = GPL
+ license = GPL-3.0-only
makedepends = git
makedepends = spice-protocol
depends = glib2
diff --git a/PKGBUILD b/PKGBUILD
index 6c05a757d618..e13bf52830c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='SPICE VDAgent for Linux'
arch=('i686' 'x86_64')
url='https://www.spice-space.org'
-license=('GPL')
+license=('GPL-3.0-only')
depends=('glib2' 'alsa-lib' 'libdrm' 'libxfixes' 'libxrandr' 'libxinerama' 'systemd' 'gtk3' 'dbus')
makedepends=('git' 'spice-protocol')
provides=("$_pkgname")