summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"