Enable restricted-discovery feature

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

View File

@ -1,7 +1,7 @@
pkgbase = arti
pkgdesc = An implementation of Tor in Rust
pkgver = 1.3.1
pkgrel = 1
pkgrel = 11
url = https://gitlab.torproject.org/tpo/core/arti
arch = x86_64
license = MIT

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.pkg.tar.zst
src/
pkg/
arti-*.tar.gz

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() {