summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-04-20 06:25:11 +0000
committerGitHub Action2024-04-20 06:25:11 +0000
commit8c29caf8b967b99c5f7ffd3bbd404f411f9e7abd (patch)
tree9ec2b6c75c2fcbb37ba35232fe5529418eb6deb7
parent294b10c625785dacb204b053d1030d55cea4cc96 (diff)
downloadaur-8c29caf8b967b99c5f7ffd3bbd404f411f9e7abd.tar.gz
Update from GitHub Actions: fix: use SPDX license identifiers
https://github.com/ouuan/AUR-packages/actions/runs/8763165889
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d7a5dc01568..f37ae2ddb837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = auth-thu-bin
pkgrel = 2
url = https://github.com/z4yx/GoAuthing
arch = x86_64
- license = GPL3
+ license = GPL-3.0-only
provides = auth-thu
conflicts = auth-thu
source = auth-thu-bin-2.2.1::https://github.com/z4yx/GoAuthing/releases/download/v2.2.1/auth-thu.linux.x86_64
diff --git a/PKGBUILD b/PKGBUILD
index aec5b26b9504..a1c6fce424fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ conflicts=('auth-thu')
pkgdesc='A commandline Tunet (auth4/6.tsinghua.edu.cn, Tsinghua-IPv4) authentication tool'
arch=('x86_64')
url='https://github.com/z4yx/GoAuthing'
-license=('GPL3')
+license=('GPL-3.0-only')
source=(
"$pkgname-$pkgver::https://github.com/z4yx/GoAuthing/releases/download/v$pkgver/auth-thu.linux.x86_64"
"https://github.com/z4yx/GoAuthing/raw/v$pkgver/docs/goauthing.service"