[arch-commits] Commit in qbittorrent/trunk (PKGBUILD)
Eli Schwartz
eschwartz at archlinux.org
Tue Aug 14 05:55:10 UTC 2018
Date: Tuesday, August 14, 2018 @ 05:55:09
Author: eschwartz
Revision: 371346
upgpkg: qbittorrent 4.1.2-1
upstream release
Modified:
qbittorrent/trunk/PKGBUILD
----------+
PKGBUILD | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-13 23:18:17 UTC (rev 371345)
+++ PKGBUILD 2018-08-14 05:55:09 UTC (rev 371346)
@@ -10,17 +10,26 @@
pkgbase=qbittorrent
pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.1.1
-pkgrel=2
+pkgver=4.1.2
+pkgrel=1
arch=('x86_64')
url="https://www.qbittorrent.org"
license=('custom' 'GPL')
makedepends=('boost' 'libtorrent-rasterbar' 'qt5-tools' 'qt5-svg')
-source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8edc7a7fff8aa45e7bf763c91f30e064e1d7acd3f6efecb12fee420b75457ee7'
- 'SKIP')
+source=("https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz"{,.asc}
+ "https://github.com/qbittorrent/qBittorrent/commit/acdf9061fe5539c75604d2b7919cc434b2cebb02.patch")
+sha256sums=('e0165bd427820c64bce596ef952d80058ea8cd7294d3c84bc723d79cd9e2f9c7'
+ 'SKIP'
+ 'cb6f1dc7844ae7b8adb36d0f9bcac30c42751bd2b6c3020fc60d914bb9e71d88')
validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 <sledgehammer999 at qbittorrent.org>
+prepare() {
+ cd ${pkgbase}-${pkgver}
+
+ # https://github.com/qbittorrent/qBittorrent/pull/9318
+ patch -p1 -i ../acdf9061fe5539c75604d2b7919cc434b2cebb02.patch
+}
+
build() {
cd ${pkgbase}-${pkgver}
More information about the arch-commits
mailing list