summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreveryx2023-10-19 08:30:13 +0800
committereveryx2023-10-19 08:30:13 +0800
commit524b87038b030111613440dd868006bfd40e3dd4 (patch)
treebfd7ff31892243cac4244ef128425d2d82bb4bd5 /PKGBUILD
parent7bceb965095619761710b714b148f0eace2f2af1 (diff)
downloadaur-524b87038b030111613440dd868006bfd40e3dd4.tar.gz
fix: add ECH support
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd2b124515d3..794bcd2d3c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=sing-box
pkgver=1.5.3
-pkgrel=1
+pkgrel=2
pkgdesc='The universal proxy platform.'
arch=('i686' 'pentium4' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -20,7 +20,7 @@ optdepends=('sing-geosite: sing-geosite database'
backup=("etc/$pkgname/config.json")
-_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api
+_tags=with_gvisor,with_quic,with_wireguard,with_utls,with_reality_server,with_clash_api,with_ech
build(){
cd "$pkgname-$pkgver"