Adopt SPDX identifiers for license fields
This commit is contained in:
parent
585bfb8ee6
commit
cb7eee5c92
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
2
PKGBUILD
2
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')
|
||||
|
|
Loading…
Reference in a new issue