[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Wed May 13 14:47:26 UTC 2015


    Date: Wednesday, May 13, 2015 @ 16:47:25
  Author: foutrelis
Revision: 133378

upgpkg: qbittorrent 3.2.0-1

- New upstream release.
- libtorrent-rasterbar.so.8 rebuild.

Modified:
  qbittorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-13 14:23:54 UTC (rev 133377)
+++ PKGBUILD	2015-05-13 14:47:25 UTC (rev 133378)
@@ -7,23 +7,23 @@
 # Contributor: Geoffroy Carrier <geoffroy.carrier at koon.fr>
 
 pkgname=qbittorrent
-pkgver=3.1.12
-pkgrel=2
+pkgver=3.2.0
+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=('qt4' 'libtorrent-rasterbar')
+depends=('qt4' 'libtorrent-rasterbar' 'qjson')
 makedepends=('boost')
 optdepends=('python: needed for torrent search tab')
 install=$pkgname.install
 source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz")
-sha256sums=('d5d5b27958297f0b14cf03af8dd24a0d2a990e108c9a7a6159e4a2fbb1111c83')
+sha256sums=('51781cb121ebeda041fb348e649c4bd97888ee8c1d18328bc547d447b960d1b3')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --with-qjson=system
   make
 }
 



More information about the arch-commits mailing list