python2 correction qbittorrent

This commit is contained in:
Anke 2011-01-25 02:29:12 +00:00
parent fdc90b8031
commit 6dc5652f9d
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ pkgdesc="A C++ library that aims to be a good alternative to all the other bitto
url="http://www.rasterbar.com/products/libtorrent/"
arch=('i686' 'x86_64')
license=('custom')
depends=('boost>=1.44.0' 'python')
depends=('boost>=1.44.0' 'python2')
makedepends=('boost')
source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
md5sums=('f1504a619e876c2731ee9a6b7d19cb1d')

View File

@ -16,7 +16,7 @@ url="http://www.qbittorrent.org/"
license=('GPL')
depends=('qt' 'libtorrent-rasterbar>=0.15.5' 'xdg-utils')
makedepends=('boost' 'geoip')
optdepends=('python: needed for search'
optdepends=('python2: needed for search'
'geoip: improves peer country resolution')
install=qbittorrent.install
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz)