From 9558d575cdfe382793a29278c108351f0efba02f Mon Sep 17 00:00:00 2001 From: Ariadne Conill <ariadne@dereferenced.org> Date: Sun, 19 Apr 2020 09:50:43 +0000 Subject: [PATCH] community/tor: re-enable and rebuild to avoid bogus IDS warning --- community/tor/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index 298ac46d84f7..963e316038b7 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Christine Dodrill <me@christine.website> pkgname=tor pkgver=0.3.5.10 -pkgrel=0 +pkgrel=1 pkgdesc="Anonymous network connectivity" url="https://www.torproject.org" -#arch="all" +arch="all" license="BSD-3-Clause" pkgusers="tor" makedepends="linux-headers bash libevent-dev openssl-dev ca-certificates -- GitLab