summaryrefslogtreecommitdiff
path: root/community/tor/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
committerroot <root@rshg054.dnsready.net>2013-06-05 00:33:46 -0700
commit91d3f2ebc9b69c3e24bd507890afbb4bd3f4eea3 (patch)
treea34b437b45b5977131ce84f74ac379d56dbba0c7 /community/tor/PKGBUILD
parentcc57cb201ddb179d2bb481c13dd4f286ae643b12 (diff)
Wed Jun 5 00:33:46 PDT 2013
Diffstat (limited to 'community/tor/PKGBUILD')
-rw-r--r--community/tor/PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index dc66e4093..f21989d87 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 90563 2013-05-13 08:20:47Z lfleischer $
+# $Id: PKGBUILD 92386 2013-06-04 12:52:29Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
+# Contributor: Sid Karunaratne
pkgname=tor
pkgver=0.2.3.25
-pkgrel=2
+pkgrel=3
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
url='http://www.torproject.org/'
license=('BSD')
-depends=('openssl' 'libevent' 'tsocks' 'bash')
+depends=('openssl' 'libevent' 'torsocks' 'bash')
makedepends=('ca-certificates')
backup=('etc/tor/torrc'
'etc/tor/torrc-dist'
@@ -19,9 +20,9 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
'torrc'
'tor.service')
md5sums=('a1c364189a9a66ed9daa8e6436489daf'
- 'a4c12795ffb8f68550a5dab4a9eb0654'
- '56c75d4e8a66f34167d31e38c43793dd'
- 'b8989a7b3ab39d697624b243f7fc255d')
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ 'a396657e6f6df21d319ad586500c04b1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"