[arch-commits] Commit in tor/trunk (PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Wed Jun 5 10:23:39 UTC 2013


    Date: Wednesday, June 5, 2013 @ 12:23:38
  Author: lfleischer
Revision: 92431

Move torsocks to optdepends

This is only needed by `torify`.

Modified:
  tor/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-05 10:12:58 UTC (rev 92430)
+++ PKGBUILD	2013-06-05 10:23:38 UTC (rev 92431)
@@ -10,7 +10,8 @@
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'
 license=('BSD')
-depends=('openssl' 'libevent' 'torsocks' 'bash')
+depends=('openssl' 'libevent' 'bash')
+optdepends=('torsocks: for torify')
 makedepends=('ca-certificates')
 backup=('etc/tor/torrc'
         'etc/tor/torrc-dist'




More information about the arch-commits mailing list