Adopt SPDX identifiers for license fields
This commit is contained in:
parent
acfa05d797
commit
ab8bd794b0
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,7 @@ pkgbase = rc-local
|
|||
url = https://aur.archlinux.org/packages/rc-local/
|
||||
install = rc-local.install
|
||||
arch = any
|
||||
license = LGPL2.1
|
||||
license = LGPL-2.1-or-later
|
||||
depends = systemd
|
||||
backup = etc/rc.local
|
||||
source = rc.local
|
||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc='Support for legacy rc.local scripts'
|
||||
url="https://aur.archlinux.org/packages/${pkgname}/"
|
||||
arch=('any')
|
||||
license=('LGPL2.1')
|
||||
license=('LGPL-2.1-or-later')
|
||||
install="${pkgname}.install"
|
||||
depends=('systemd')
|
||||
backup=('etc/rc.local')
|
||||
|
|
Loading…
Add table
Reference in a new issue