summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author涼宮結音2024-02-09 07:54:55 +0000
committer涼宮結音2024-02-09 07:54:55 +0000
commit3908bc2c8f7a3126928c7da3a89313b55384e6b2 (patch)
treee597a5663bdf0a3b62e13b4147b084f382dd2142
parent57b60c51305c245ff09fb2ca0e85935ae99b387a (diff)
downloadaur-3908bc2c8f7a3126928c7da3a89313b55384e6b2.tar.gz
chore(PKGBUILD:license): Use SPDX license identifiers
Arch Linux RFC16: https://gitlab.archlinux.org/archlinux/rfcs/-/blob/master/rfcs/0016-spdx-license-identifiers.rst wiki: https://wiki.archlinux.org/title/PKGBUILD#license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a451797752c3..9d50348f0d6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = yuioto-keyring
url = https://github.com/yuioto/yuioto-keyring
install = yuioto-keyring.install
arch = any
- license = GPL
+ license = GPL-3.0-only
source = yuioto-keyring-20240207::https://github.com/yuioto/yuioto-keyring/archive/refs/tags/20240207.tar.gz
sha512sums = 66873b4cea3e39b0d5cbf47120597ea0c6fbed3f7b3cf25c39639be300908ff38d8aec40f63ae78719bd48fa33f6a4db83fcb06990fb2d1e6986fc1ec91ae56b
diff --git a/PKGBUILD b/PKGBUILD
index 8468bd3c386a..e20c3445e29a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=2
pkgdesc='yuioto PGP keyring'
arch=('any')
url='https://github.com/yuioto/yuioto-keyring'
-license=('GPL')
+license=('GPL-3.0-only')
source=("${pkgname}-${pkgver}::$url/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('66873b4cea3e39b0d5cbf47120597ea0c6fbed3f7b3cf25c39639be300908ff38d8aec40f63ae78719bd48fa33f6a4db83fcb06990fb2d1e6986fc1ec91ae56b')