From ecde98c56b777992b5f5f207f3e02a1926470747 Mon Sep 17 00:00:00 2001 From: bgme Date: Mon, 12 Jun 2023 11:00:15 +0800 Subject: [PATCH] change sing-box-git build tags --- repo/sing-box-git/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo/sing-box-git/PKGBUILD b/repo/sing-box-git/PKGBUILD index 6188456..9b24fcb 100644 --- a/repo/sing-box-git/PKGBUILD +++ b/repo/sing-box-git/PKGBUILD @@ -40,7 +40,7 @@ pkgver() { git describe --tags --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-\([^-]*\)-\([^-]*\)$/.\1.\2/;s/-//' } -_tags=with_quic,with_grpc,with_dhcp,with_wireguard,with_ech,with_utls,with_reality_server,with_clash_api,with_v2ray_api,with_gvisor +_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_acme build() { cd "${srcdir}/${_pkgname}"