Adopt SPDX identifiers for license fields

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

View file

@ -5,7 +5,7 @@ pkgbase = rc-local
url = https://aur.archlinux.org/packages/rc-local/ url = https://aur.archlinux.org/packages/rc-local/
install = rc-local.install install = rc-local.install
arch = any arch = any
license = LGPL2.1 license = LGPL-2.1-or-later
depends = systemd depends = systemd
backup = etc/rc.local backup = etc/rc.local
source = rc.local source = rc.local

View file

@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Support for legacy rc.local scripts' pkgdesc='Support for legacy rc.local scripts'
url="https://aur.archlinux.org/packages/${pkgname}/" url="https://aur.archlinux.org/packages/${pkgname}/"
arch=('any') arch=('any')
license=('LGPL2.1') license=('LGPL-2.1-or-later')
install="${pkgname}.install" install="${pkgname}.install"
depends=('systemd') depends=('systemd')
backup=('etc/rc.local') backup=('etc/rc.local')