summaryrefslogtreecommitdiff
path: root/community/vidalia
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
committerroot <root@rshg054.dnsready.net>2012-09-13 00:04:38 +0000
commit843685ce9dd76d37a4c7b0230eacb6d26bdf30dd (patch)
tree9151f782b8f347cf28e0f398341441d659f41f4a /community/vidalia
parent21c375ba65c4730e25cd0b135aff7811bf28c77a (diff)
Thu Sep 13 00:04:37 UTC 2012
Diffstat (limited to 'community/vidalia')
-rw-r--r--community/vidalia/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/vidalia/PKGBUILD b/community/vidalia/PKGBUILD
index c8b89840e..06692a29a 100644
--- a/community/vidalia/PKGBUILD
+++ b/community/vidalia/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 74865 2012-08-07 15:48:23Z tredaelli $
+# $Id: PKGBUILD 76115 2012-09-11 15:43:23Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Rorschach <r0rschach@lavabit.com>
pkgname=vidalia
pkgver=0.2.20
-pkgrel=1
+pkgrel=2
pkgdesc="Controller GUI for Tor"
url="https://www.torproject.org/vidalia"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('qt' 'tor')
+depends=('geoip' 'qt' 'tor')
makedepends=('cmake')
install=vidalia.install
source=(https://www.torproject.org/vidalia/dist/$pkgname-$pkgver.tar.gz{,.asc})
@@ -22,7 +22,7 @@ build() {
cd "$srcdir"
mkdir build
cd build
- cmake -D CMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgver
+ cmake -D CMAKE_INSTALL_PREFIX=/usr -DUSE_GEOIP=1 ../$pkgname-$pkgver
make
}