diff --git a/.SRCINFO b/.SRCINFO index 7323a29..bbdbdf3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = hysteria pkgdesc = A feature-packed network utility optimized for networks of poor quality pkgver = 1.3.1 - pkgrel = 1 - url = https://github.com/HyNetwork/hysteria + pkgrel = 2 + url = https://github.com/apernet/hysteria install = hysteria.install arch = x86_64 license = GPL3 @@ -11,14 +11,14 @@ pkgbase = hysteria depends = glibc depends = acl depends = shadow - source = hysteria::git+https://github.com/HyNetwork/hysteria.git#tag=v1.3.1 + source = hysteria::git+https://github.com/apernet/hysteria.git#tag=v1.3.1 source = hysteria@.service source = hysteria-server@.service source = sysusers.conf source = tmpfiles.conf sha256sums = SKIP - sha256sums = 61ef8c91f417d83411d89295495e0c926ded7ed02302e7a0efa123d564e12f7e - sha256sums = 5a0fb1185e7bff6e05ec8ecb8a45b269fd4c7fa562ab107954ab87642a71f8d0 + sha256sums = a4c580577a0b3a1b75a1664b7ebd32bfcfba7cf55b0fb2247d7aab90b982ba2b + sha256sums = 43a0110bee2fb62c86fb295c22995cca5c89e74c68eff4345bbcf8a0f6158e51 sha256sums = 44f1cb2fedfc94dc396ceb215e62237dbc8c74c035c45a3430c1f3748d266dd9 sha256sums = 1e93d9f2b312eaf02ac00229106cd796e0cd54a9a468a0a8d3ae843399c1c310 diff --git a/PKGBUILD b/PKGBUILD index 6af8600..3d57351 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,10 +3,10 @@ _pkgbase=hysteria pkgname=$_pkgbase pkgver=1.3.1 -pkgrel=1 +pkgrel=2 pkgdesc='A feature-packed network utility optimized for networks of poor quality' arch=('x86_64') -url="https://github.com/HyNetwork/hysteria" +url="https://github.com/apernet/hysteria" license=('GPL3') depends=('glibc' 'acl' 'shadow') makedepends=('go' 'git') @@ -15,11 +15,10 @@ source=("$_pkgbase"::"git+$url.git#tag=v$pkgver" hysteria@.service hysteria-server@.service sysusers.conf - tmpfiles.conf - ) + tmpfiles.conf) sha256sums=('SKIP' - '61ef8c91f417d83411d89295495e0c926ded7ed02302e7a0efa123d564e12f7e' - '5a0fb1185e7bff6e05ec8ecb8a45b269fd4c7fa562ab107954ab87642a71f8d0' + 'a4c580577a0b3a1b75a1664b7ebd32bfcfba7cf55b0fb2247d7aab90b982ba2b' + '43a0110bee2fb62c86fb295c22995cca5c89e74c68eff4345bbcf8a0f6158e51' '44f1cb2fedfc94dc396ceb215e62237dbc8c74c035c45a3430c1f3748d266dd9' '1e93d9f2b312eaf02ac00229106cd796e0cd54a9a468a0a8d3ae843399c1c310') diff --git a/hysteria-server@.service b/hysteria-server@.service index 3add049..7782733 100644 --- a/hysteria-server@.service +++ b/hysteria-server@.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -ExecStart=/usr/bin/hysteria -config /etc/hysteria/%i.json server +ExecStart=/usr/bin/hysteria server --config /etc/hysteria/%i.json --no-check WorkingDirectory=/etc/hysteria User=hysteria Group=hysteria diff --git a/hysteria@.service b/hysteria@.service index 4ef29ac..eee6548 100644 --- a/hysteria@.service +++ b/hysteria@.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=simple -ExecStart=/usr/bin/hysteria -config /etc/hysteria/%i.json +ExecStart=/usr/bin/hysteria client --config /etc/hysteria/%i.json --no-check WorkingDirectory=/etc/hysteria User=hysteria Group=hysteria