summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPylogmon2023-06-07 03:59:39 +0000
committerPylogmon2023-06-07 03:59:39 +0000
commitcaef4ef1b7d1d5203b79c6bace2f2eb1467fea56 (patch)
treef8766f8dc1c9cc8b66de8473b7fec96cb5dad93d
parentf3b771bdf866cdb7a0613b56acee7a0658092b54 (diff)
downloadaur-caef4ef1b7d1d5203b79c6bace2f2eb1467fea56.tar.gz
Update AUR package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbe0f7a184b4..a5ad562000e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,6 @@ pkgbase = clash-verge-bin
url = https://github.com/zzzgydi/clash-verge
arch = x86_64
license = GPL3
- depends = libappindicator-gtk3
depends = webkit2gtk
depends = gtk3
depends = libayatana-appindicator
diff --git a/PKGBUILD b/PKGBUILD
index 015ca792a11f..d9fb8b75513a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Clash GUI based on tauri."
arch=('x86_64')
url="https://github.com/zzzgydi/clash-verge"
license=('GPL3')
-depends=('libappindicator-gtk3' 'webkit2gtk' 'gtk3' 'libayatana-appindicator' 'clash')
+depends=('webkit2gtk' 'gtk3' 'libayatana-appindicator' 'clash')
optdepends=('clash-meta: Another Clash Kernel')
source=("${_pkgname}-${pkgver}-${arch}.deb::https://github.com/zzzgydi/clash-verge/releases/download/v${pkgver}/clash-verge_${pkgver}_amd64.deb")