Adopt SPDX identifiers for license fields
This commit is contained in:
parent
b8ddec3388
commit
10d4b94f87
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,7 @@ pkgbase = plymouth-theme-arch-logo
|
||||||
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
url = https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697
|
||||||
install = plymouth-theme-arch-logo.install
|
install = plymouth-theme-arch-logo.install
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL-3.0-or-later
|
||||||
depends = plymouth
|
depends = plymouth
|
||||||
source = plymouth-theme-arch-logo.tar.gz
|
source = plymouth-theme-arch-logo.tar.gz
|
||||||
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
|
sha512sums = 0c834bccc32d8d2df1a0bf2ae859487eef273ddf8047a7444f3630dffbbf04a9d014242304c5b2bcd9172bea2e04195f329dfe1fe4661bcc5af29ca64104af06
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -10,7 +10,7 @@ arch=('any')
|
||||||
# Alternative website(s)
|
# Alternative website(s)
|
||||||
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
#url='http://karlinux.deviantart.com/art/Arch-Logo-Plymouth-Theme-209553250'
|
||||||
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
url='https://www.gnome-look.org/content/show.php/Arch-logo+plymouth?content=141697'
|
||||||
license=('GPL')
|
license=('GPL-3.0-or-later')
|
||||||
depends=('plymouth')
|
depends=('plymouth')
|
||||||
install="${pkgname}.install"
|
install="${pkgname}.install"
|
||||||
source=(
|
source=(
|
||||||
|
|
Loading…
Add table
Reference in a new issue