summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGitHub Action2024-04-20 06:24:49 +0000
committerGitHub Action2024-04-20 06:24:49 +0000
commitd3f0793c8f5994cda596809bc2bb2f38893a325a (patch)
treea4aa2a8cebaf2a99f631173f28690ba1cd5237ae
parent5a4d95eec8af735a8b128180477d555553275e1b (diff)
downloadaur-rime-latex-git.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 2711ee5135c9..7be998a8fb04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = rime-latex-git
pkgrel = 1
url = https://github.com/shenlebantongying/rime_latex
arch = any
- license = GPL3
+ license = GPL-3.0-only
makedepends = git
makedepends = librime
provides = rime-latex
diff --git a/PKGBUILD b/PKGBUILD
index c6c82d3a2012..22000fc71555 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Rime Latex 数学符号输入方案'
arch=('any')
url='https://github.com/shenlebantongying/rime_latex'
_reponame="${url##*/}"
-license=('GPL3')
+license=('GPL-3.0-only')
makedepends=('git' 'librime')
source=("git+${url}")
sha256sums=('SKIP')