From 8917a88147d0f38dfd735803e9c541d7f2fc43e5 Mon Sep 17 00:00:00 2001 From: Lilac Date: Wed, 21 Jun 2023 08:09:32 +0000 Subject: [PATCH] shadowsocks-rust: auto updated to 1.15.3-4 --- repo/shadowsocks-rust/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/shadowsocks-rust/PKGBUILD b/repo/shadowsocks-rust/PKGBUILD index 9b9edfc..84f40af 100644 --- a/repo/shadowsocks-rust/PKGBUILD +++ b/repo/shadowsocks-rust/PKGBUILD @@ -3,7 +3,7 @@ pkgname=shadowsocks-rust pkgver=1.15.3 -pkgrel=3 +pkgrel=4 pkgdesc='A Rust port of shadowsocks https://shadowsocks.org/' arch=(x86_64) url='https://github.com/shadowsocks/shadowsocks-rust' @@ -23,6 +23,7 @@ build() { [[ "$CARCH" == "riscv64" ]] && CARCH="riscv64gc" cd "${srcdir}/${pkgname}-${pkgver}" export CARGO_TARGET_DIR=target + export RUSTUP_TOOLCHAIN=stable cargo fetch --locked --target "${CARCH}-unknown-linux-gnu" cargo build --frozen --release --features local-redir,local-tun,local-dns,local-http-native-tls }