diff options
author | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-19 09:51:53 +0000 |
---|---|---|
committer | Ariadne Conill <ariadne@dereferenced.org> | 2020-04-19 09:51:53 +0000 |
commit | cc9ad2b48dc61945c9ce07b1c48479f415bc4e6a (patch) | |
tree | bc96bf0c7132c4e0ac87be3e6a9fe0dc3739b893 /community/tor/APKBUILD | |
parent | a8b8816385a90ca8afb87a8bbc02a2b2b546a8b8 (diff) | |
download | aports-cc9ad2b48dc61945c9ce07b1c48479f415bc4e6a.tar.bz2 aports-cc9ad2b48dc61945c9ce07b1c48479f415bc4e6a.tar.xz |
community/tor: re-enable and rebuild to avoid bogus IDS warning3.7-stable
Diffstat (limited to 'community/tor/APKBUILD')
-rw-r--r-- | community/tor/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/tor/APKBUILD b/community/tor/APKBUILD index 3d24b31358..0ee183f601 100644 --- a/community/tor/APKBUILD +++ b/community/tor/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Christine Dodrill <me@christine.website> pkgname=tor pkgver=0.3.1.10 -pkgrel=0 +pkgrel=1 pkgdesc="Anonymous network connectivity" url="https://www.torproject.org" -#arch="all" +arch="all" license="BSD" pkgusers="tor" depends="" |