From 542014d4adc5166726f1a3640566d05d3f72860a Mon Sep 17 00:00:00 2001 From: DeepChirp Date: Sat, 11 Apr 2026 15:48:50 +0800 Subject: [PATCH] sing-box-alpha: add optdepends --- archlinuxcn/sing-box-alpha/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archlinuxcn/sing-box-alpha/PKGBUILD b/archlinuxcn/sing-box-alpha/PKGBUILD index beca6a6640b..da38f2e6a3f 100644 --- a/archlinuxcn/sing-box-alpha/PKGBUILD +++ b/archlinuxcn/sing-box-alpha/PKGBUILD @@ -13,6 +13,8 @@ url='https://sing-box.sagernet.org/' license=('custom:GPL-3.0-or-later WITH name use or association addition') depends=('glibc') +optdepends=('sing-geosite-rule-set: GeoSite rule sets' + 'sing-geoip-rule-set: GeoIP rule sets') makedepends=('go' 'clang' 'lld') source=("${_pkgname}-${_pkgver}.tar.gz::https://github.com/SagerNet/sing-box/archive/v${_pkgver}.tar.gz")