summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreveryx2022-10-12 21:27:11 +0800
committereveryx2022-10-12 21:27:11 +0800
commit38a2db0bed06e3b5dcbb7912cbaf85f2708fcd9b (patch)
tree57cbf7e514ddb5fa5ed4210c92c455d107aeb583 /PKGBUILD
parent5c92a74b4f4e69a4f9a468694ab17d82f965d3d1 (diff)
downloadaur-38a2db0bed06e3b5dcbb7912cbaf85f2708fcd9b.tar.gz
fix: license should be MIT
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")