summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2023-10-19 08:30:13 +0800
committereveryx2023-10-19 08:30:13 +0800
commit524b87038b030111613440dd868006bfd40e3dd4 (patch)
treebfd7ff31892243cac4244ef128425d2d82bb4bd5
parent7bceb965095619761710b714b148f0eace2f2af1 (diff)
downloadaur-524b87038b030111613440dd868006bfd40e3dd4.tar.gz
fix: add ECH support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26e4358e1a3b..50fd08064b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sing-box
pkgdesc = The universal proxy platform.
pkgver = 1.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://sing-box.sagernet.org/
arch = i686
arch = pentium4
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"