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

Timothy Redaelli tredaelli at archlinux.org
Mon Dec 19 11:02:24 UTC 2016


    Date: Monday, December 19, 2016 @ 11:02:24
  Author: tredaelli
Revision: 200290

upgpkg: qbittorrent 3.3.9-1

+ patch from openSUSE https://build.opensuse.org/package/view_file/network/qbittorrent/qbittorrent-libtorrent-1.1.1.patch

Modified:
  qbittorrent/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-19 10:27:46 UTC (rev 200289)
+++ PKGBUILD	2016-12-19 11:02:24 UTC (rev 200290)
@@ -8,21 +8,29 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=3.3.7
-pkgrel=2
+pkgver=3.3.9
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.qbittorrent.org"
 license=('custom' 'GPL')
 makedepends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'boost' 'qt5-tools')
 source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/$pkgname-$pkgver.tar.xz{,.asc}
+        'qbittorrent-libtorrent-1.1.1.patch'
         'qbittorrent.service'
 	'qbittorrent at .service')
-sha256sums=('72dc824a90fadc0825e6be6f1c215e38f976262c7f83b625061d542b2b664c40'
+sha256sums=('dbe256921ff1d8c3868e868925de7417dd04d11b65b45ff4b032ff4096113162'
             'SKIP'
+            'c7642755dbc72567e04326b362eb862a62fc225984934d08fd808727d3bd6578'
             '8c5879673c66368ada97f6d70a1d8fe3b6a4995f79aab4fc6bf54fbdcbe811d0'
             '12dfd06104eaf302b79328c8096248c051208f69348e33f7fb2e4a2fb49caa29')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2')
 
+prepare() {
+  cd $pkgbase-$pkgver
+
+  patch -Np1 -i "$srcdir/qbittorrent-libtorrent-1.1.1.patch"
+}
+
 build() {
   cd $pkgbase-$pkgver
 



More information about the arch-commits mailing list