summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2022-10-12 21:27:11 +0800
committereveryx2022-10-12 21:27:11 +0800
commit38a2db0bed06e3b5dcbb7912cbaf85f2708fcd9b (patch)
tree57cbf7e514ddb5fa5ed4210c92c455d107aeb583
parent5c92a74b4f4e69a4f9a468694ab17d82f965d3d1 (diff)
downloadaur-38a2db0bed06e3b5dcbb7912cbaf85f2708fcd9b.tar.gz
fix: license should be MIT
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 64a4c4e54336..f060e1e091ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = yacd-git
pkgdesc = Yet Another Clash Dashboard
pkgver = 0.3.6.r12.ge405512
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/haishanh/yacd
arch = any
- license = GPL3
+ license = MIT
makedepends = git
makedepends = pnpm
optdepends = clash: A rule-based tunnel in Go
diff --git a/PKGBUILD b/PKGBUILD
index 995856fb30f6..5e19d52356e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=yacd-git
_pkgname=yacd
pkgver=0.3.6.r12.ge405512
-pkgrel=2
+pkgrel=3
pkgdesc='Yet Another Clash Dashboard'
arch=('any')
_repo="haishanh/${_pkgname}"
url="https://github.com/${_repo}"
-license=('GPL3')
+license=('MIT')
makedepends=('git' 'pnpm')
-optdepends=('clash: A rule-based tunnel in Go'
+optdepends=('clash: A rule-based tunnel in Go'
'sing-box: The universal proxy platform')
provides=("$_pkgname")
conflicts=("$_pkgname")