diff options
Diffstat (limited to 'testing/tor')
-rw-r--r-- | testing/tor/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/tor/APKBUILD b/testing/tor/APKBUILD index 97c55a5671..3c53df7b1a 100644 --- a/testing/tor/APKBUILD +++ b/testing/tor/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Sam Dodrill <shadow.h511@gmail.com> pkgname=tor pkgver=0.2.4.19 -pkgrel=0 +pkgrel=1 pkgdesc="Anonymous network connectivity" url="https://www.torproject.org" arch="all" @@ -28,6 +28,7 @@ prepare() { *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; esac done + update_config_sub || return 1 } build() { |