From 3213a649c20f0d6a500455718617cc0a5ca1194c Mon Sep 17 00:00:00 2001
From: omni <omni+alpine@hack.org>
Date: Fri, 29 Nov 2024 12:57:54 +0000
Subject: [PATCH] community/shadowsocks-rust: build with cargo-auditable

---
 community/shadowsocks-rust/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/community/shadowsocks-rust/APKBUILD b/community/shadowsocks-rust/APKBUILD
index 93dafceff2d0..09d345eb0bf8 100644
--- a/community/shadowsocks-rust/APKBUILD
+++ b/community/shadowsocks-rust/APKBUILD
@@ -2,13 +2,14 @@
 maintainer="Celeste <cielesti@protonmail.com>"
 pkgname=shadowsocks-rust
 pkgver=1.21.2
-pkgrel=0
+pkgrel=1
 pkgdesc="Rust port of shadowsocks"
 url="https://github.com/shadowsocks/shadowsocks-rust"
 arch="all"
 license="MIT"
 makedepends="
 	cargo
+	cargo-auditable
 	mimalloc2-dev
 	openssl-dev
 	"
@@ -62,7 +63,7 @@ build() {
 		features="$features local-tun"
 		;;
 	esac
-	cargo build --release \
+	cargo auditable build --release \
 		--frozen \
 		--bins \
 		--no-default-features \
-- 
GitLab