From 6f2e33553be7db9ad6deef8ce6f93cce441ad9c0 Mon Sep 17 00:00:00 2001 From: Jeff Huang Date: Mon, 1 Jun 2015 10:02:49 +0000 Subject: [PATCH] qbittorrent: due to some bugs in qt5 version,revert to use qt4. --- qbittorrent/PKGBUILD | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/qbittorrent/PKGBUILD b/qbittorrent/PKGBUILD index 57d5fcaf1..ee34ca03c 100755 --- a/qbittorrent/PKGBUILD +++ b/qbittorrent/PKGBUILD @@ -1,12 +1,12 @@ pkgname=qbittorrent pkgver=3.2.0 -pkgrel=1 +pkgrel=2 pkgdesc="A bittorrent client written in C++ / Qt using the good libtorrent library" arch=('x86_64') url="http://www.qbittorrent.org/" license=('GPL') -depends=('qt5-base' 'libtorrent-rasterbar' 'xdg-utils' 'boost-libs') -makedepends=('boost' 'geoip' 'qt5-tools') +depends=('qt' 'libtorrent-rasterbar' 'xdg-utils' 'boost-libs') +makedepends=('boost' 'geoip') optdepends=('python3: needed for search' 'geoip: improves peer country resolution') categories=('network') @@ -18,9 +18,7 @@ md5sums=('55a582d86db0db9734aee446b8daa267') build() { cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr \ - --enable-systemd \ - --with-qt5 + ./configure --prefix=/usr make }