summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorskydrome2020-04-16 05:34:14 -0400
committerskydrome2020-04-16 05:34:14 -0400
commit72638223ee13e56ef03e9aefbab0d1d77b24dac8 (patch)
tree9859cd9930da0f2bb9a6cb42d4d0fc1bbb70a615 /PKGBUILD
parent6a25d4577adf73f18a6f5c30edac8ae8abac6104 (diff)
downloadaur-72638223ee13e56ef03e9aefbab0d1d77b24dac8.tar.gz
--disable-module-relay fixed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f90543b38e5f..ccb818596697 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ _with_rust=1
#_malloc=jemalloc # tcmalloc
pkgname=tor-git
-pkgver=0.4.3.2.alpha.r265.g3f2bd
+pkgver=0.4.3.2.alpha.r572.g77507
pkgrel=1
pkgdesc="An anonymizing overlay network (development version)"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -77,6 +77,7 @@ build() {
--enable-lzma \
--enable-pic \
--with-malloc=${_malloc:-system}
+ #--disable-module-relay \
#--disable-unittests
make
}