qbittorrent: depends on version

This commit is contained in:
Chaoting Liu 2015-08-05 06:00:14 +00:00
parent 80aa1dbf71
commit 647d1abbef

View File

@ -5,7 +5,7 @@ pkgdesc="A bittorrent client written in C++ / Qt using the good libtorrent libra
arch=('x86_64')
url="http://www.qbittorrent.org/"
license=('GPL')
depends=('qt5-base' 'libtorrent-rasterbar' 'xdg-utils' 'boost-libs')
depends=('qt5-base' 'libtorrent-rasterbar>=1.0.6' 'xdg-utils' 'boost-libs')
makedepends=('boost' 'geoip' 'qt5-tools')
optdepends=('python3: needed for search'
'geoip: improves peer country resolution')