diff options
Diffstat (limited to 'community/torsocks/PKGBUILD')
-rw-r--r-- | community/torsocks/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/torsocks/PKGBUILD b/community/torsocks/PKGBUILD index 0497dd696..2d27d3504 100644 --- a/community/torsocks/PKGBUILD +++ b/community/torsocks/PKGBUILD @@ -4,14 +4,13 @@ pkgname=torsocks pkgver=1.3 -pkgrel=4 +pkgrel=5 pkgdesc='Wrapper to safely torify applications' arch=('i686' 'x86_64' 'mips64el') url='http://code.google.com/p/torsocks' license=('GPL2') depends=('tor') makedepends=('git') -options=(!libtool) backup=("etc/${pkgname}.conf") source=("git://git.torproject.org/torsocks.git#tag=1.3") md5sums=(SKIP) |