Enable restricted-discovery feature
This commit is contained in:
parent
01051c786f
commit
b430f2dc56
2
.SRCINFO
2
.SRCINFO
@ -1,7 +1,7 @@
|
|||||||
pkgbase = arti
|
pkgbase = arti
|
||||||
pkgdesc = An implementation of Tor in Rust
|
pkgdesc = An implementation of Tor in Rust
|
||||||
pkgver = 1.3.1
|
pkgver = 1.3.1
|
||||||
pkgrel = 1
|
pkgrel = 11
|
||||||
url = https://gitlab.torproject.org/tpo/core/arti
|
url = https://gitlab.torproject.org/tpo/core/arti
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = MIT
|
license = MIT
|
||||||
|
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
*.pkg.tar.zst
|
||||||
|
src/
|
||||||
|
pkg/
|
||||||
|
arti-*.tar.gz
|
4
PKGBUILD
4
PKGBUILD
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=arti
|
pkgname=arti
|
||||||
pkgver=1.3.1
|
pkgver=1.3.1
|
||||||
pkgrel=1
|
pkgrel=11
|
||||||
pkgdesc="An implementation of Tor in Rust"
|
pkgdesc="An implementation of Tor in Rust"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://gitlab.torproject.org/tpo/core/arti"
|
url="https://gitlab.torproject.org/tpo/core/arti"
|
||||||
@ -30,7 +30,7 @@ prepare() {
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$pkgname-$pkgver"
|
cd "$pkgname-$pkgver"
|
||||||
cargo build --release --frozen --features full
|
cargo build --release --frozen --features full,restricted-discovery
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
check() {
|
||||||
|
Loading…
Reference in New Issue
Block a user