Enable restricted-discovery feature

This commit is contained in:
2024-12-08 11:34:04 -05:00
parent 01051c786f
commit b430f2dc56
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
pkgname=arti
pkgver=1.3.1
pkgrel=1
pkgrel=11
pkgdesc="An implementation of Tor in Rust"
arch=('x86_64')
url="https://gitlab.torproject.org/tpo/core/arti"
@ -30,7 +30,7 @@ prepare() {
build() {
cd "$pkgname-$pkgver"
cargo build --release --frozen --features full
cargo build --release --frozen --features full,restricted-discovery
}
check() {