summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUncle Hunto2019-12-21 09:32:38 -0800
committerUncle Hunto2019-12-21 09:32:38 -0800
commit2d3433e594bdad2fa1dfeec4e895be8df445d361 (patch)
tree92e88eb6dff0d166980c6b5442103b9e06554881 /PKGBUILD
parentfd0745609e75d0bdde5c8dd58550cc6c19239278 (diff)
downloadaur-2d3433e594bdad2fa1dfeec4e895be8df445d361.tar.gz
Update version to 4.2.1, add depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4ca5a5f9ade..efe94b253b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,13 +10,13 @@ _branch1=$(git ls-remote -t --refs https://github.com/qbittorrent/qBittorrent.gi
_stable_branch=$(_branch2=${_branch1//./_}; _branch3="${_branch2%*_*}"; printf "v%s_x" "$_branch3")
#_stable_branch="v4_0_x"
pkgname=qbittorrent-stable-git
-pkgver=4.1.5.r2.g264b68991
+pkgver=4.2.1.r0.g118af0353
pkgrel=1
pkgdesc="An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar. Built from source."
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org"
license=('custom' 'GPL')
-depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
+depends=('libtorrent-rasterbar' 'qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'openssl' 'zlib')
makedepends=('boost' 'git' 'qt5-tools')
optdepends=('python: needed for torrent search tab')
provides=('qbittorrent')