summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorambition_echo2022-11-05 12:46:27 +0800
committerambition_echo2022-11-05 12:46:27 +0800
commit9a31f79bdd10a44b68fdadac954bf660203d6304 (patch)
treea4f6a7ce5132735f676b0d3f5e582fcd055f64cb /PKGBUILD
parent107c1bf64942b570ee8d3407f6056f4c18d397e8 (diff)
downloadaur-9a31f79bdd10a44b68fdadac954bf660203d6304.tar.gz
fix openssl error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13cd87f9ddf8..c6d3c33ba167 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=clash-verge-bin
_pkgname=clash-verge
pkgver=1.1.2
-pkgrel=2
+pkgrel=3
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=('libappindicator-gtk3' 'webkit2gtk' 'gtk3' 'libayatana-appindicator' 'clash' 'openssl-1.1')
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")