diff --git a/.SRCINFO b/.SRCINFO index 710496c..e200204 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = systemtap url = https://sourceware.org/systemtap/ install = systemtap.install arch = x86_64 - license = GPL + license = GPL-2.0-or-later makedepends = python-setuptools makedepends = xmlto depends = elfutils diff --git a/PKGBUILD b/PKGBUILD index c6dab89..f7222fe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -11,7 +11,7 @@ pkgrel=1 pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system" url="https://sourceware.org/systemtap/" arch=('x86_64') -license=('GPL') +license=('GPL-2.0-or-later') depends=('elfutils' 'nss' 'python' 'cpio') makedepends=('python-setuptools' 'xmlto') optdepends=('sqlite3: for storing results in a database')