Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 585bfb8ee6
commit cb7eee5c92
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ pkgbase = systemtap
url = https://sourceware.org/systemtap/ url = https://sourceware.org/systemtap/
install = systemtap.install install = systemtap.install
arch = x86_64 arch = x86_64
license = GPL license = GPL-2.0-or-later
makedepends = python-setuptools makedepends = python-setuptools
makedepends = xmlto makedepends = xmlto
depends = elfutils depends = elfutils

View file

@ -11,7 +11,7 @@ pkgrel=1
pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system" pkgdesc="Infrastructure to simplify the gathering of information about the running Linux system"
url="https://sourceware.org/systemtap/" url="https://sourceware.org/systemtap/"
arch=('x86_64') arch=('x86_64')
license=('GPL') license=('GPL-2.0-or-later')
depends=('elfutils' 'nss' 'python' 'cpio') depends=('elfutils' 'nss' 'python' 'cpio')
makedepends=('python-setuptools' 'xmlto') makedepends=('python-setuptools' 'xmlto')
optdepends=('sqlite3: for storing results in a database') optdepends=('sqlite3: for storing results in a database')