Adopt SPDX identifiers for license fields
This commit is contained in:
parent
448dc0ac1d
commit
897c013335
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -4,7 +4,7 @@ pkgbase = tuned
|
||||||
pkgrel = 2
|
pkgrel = 2
|
||||||
url = https://github.com/redhat-performance/tuned
|
url = https://github.com/redhat-performance/tuned
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL-2.0-or-later
|
||||||
makedepends = desktop-file-utils
|
makedepends = desktop-file-utils
|
||||||
depends = dbus-glib
|
depends = dbus-glib
|
||||||
depends = ethtool
|
depends = ethtool
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ pkgrel=2
|
||||||
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
pkgdesc='Daemon that performs monitoring and adaptive configuration of devices in the system'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/redhat-performance/${pkgbase}"
|
url="https://github.com/redhat-performance/${pkgbase}"
|
||||||
license=('GPL')
|
license=('GPL-2.0-or-later')
|
||||||
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
|
depends=('dbus-glib' 'ethtool' 'gawk' 'hdparm' 'polkit' 'python-configobj' 'python-dbus' 'python-gobject' 'python-linux-procfs' 'python-perf' 'python-pyudev')
|
||||||
makedepends=('desktop-file-utils')
|
makedepends=('desktop-file-utils')
|
||||||
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
|
source=("https://github.com/redhat-performance/${pkgbase}/archive/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
|
||||||
|
|
Loading…
Reference in a new issue