torsocks: remove depends

This commit is contained in:
Bruce Liu 2014-12-08 16:06:37 +00:00
parent 2805bd0313
commit 5a6476fdfe

View File

@ -2,12 +2,11 @@
# Maintainer: Bruce Liu <brli@users.sourceforge.net> # Maintainer: Bruce Liu <brli@users.sourceforge.net>
pkgname=torsocks pkgname=torsocks
pkgver=2.0.0 pkgver=2.0.0
pkgrel=1 pkgrel=2
pkgdesc='Wrapper to safely torify applications' pkgdesc='Wrapper to safely torify applications'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='http://code.google.com/p/torsocks' url='http://code.google.com/p/torsocks'
license=('GPL2') license=('GPL2')
depends=('tor')
makedepends=('git') makedepends=('git')
backup=("etc/tor/${pkgname}.conf") backup=("etc/tor/${pkgname}.conf")
source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver") source=("git+https://git.torproject.org/torsocks.git#tag=v$pkgver")