[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)
Timothy Redaelli
tredaelli at archlinux.org
Mon Dec 21 14:48:45 UTC 2015
Date: Monday, December 21, 2015 @ 15:48:44
Author: tredaelli
Revision: 153894
upgpkg: qbittorrent 3.3.1-1
Migrated to qt5
Modified:
qbittorrent/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-21 14:34:20 UTC (rev 153893)
+++ PKGBUILD 2015-12-21 14:48:44 UTC (rev 153894)
@@ -7,23 +7,23 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
pkgname=qbittorrent
-pkgver=3.2.5
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org"
license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qjson')
-makedepends=('boost')
+depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+makedepends=('boost' 'qt5-tools')
optdepends=('python: needed for torrent search tab')
install=$pkgname.install
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz")
-sha256sums=('98f69c7324276c7c144738eb36b21a2d28d7f01a327104568f020887626e822b')
+sha256sums=('dad15a233a69ce13ea75957585af3f9122dbf915291aab0fdbc48a71b8a229d2')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --with-qjson=system
+ ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list