qbittorrent update

This commit is contained in:
Fabien Valthier 2011-08-11 19:32:31 +10:00
parent 675a9896ab
commit 047bdafb22

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=qbittorrent pkgname=qbittorrent
pkgver=2.8.3 pkgver=2.8.4
pkgrel=1 pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -20,7 +20,7 @@ optdepends=('python2: needed for search'
'geoip: improves peer country resolution') 'geoip: improves peer country resolution')
install=qbittorrent.install install=qbittorrent.install
source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz) source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz)
md5sums=('2e977ece476a83116beee5bf9df7a6c1') md5sums=('85bbc6fe250bf86e734e9891e7c06d6f')
build() build()
{ {