summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7aca793cea0..578940b8d804 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Wed Jan 23 20:42:38 UTC 2019
pkgbase = qbittorrent-stable-git
pkgdesc = An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar. Built from source.
- pkgver = 4.1.5.r2.g264b68991
+ pkgver = 4.2.5.r0.g2c65b7964
pkgrel = 1
url = http://www.qbittorrent.org
install = qbittorrent.install
@@ -18,10 +16,12 @@ pkgbase = qbittorrent-stable-git
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = xdg-utils
+ depends = openssl
+ depends = zlib
optdepends = python: needed for torrent search tab
provides = qbittorrent
conflicts = qbittorrent
- source = qbittorrent::git+https://github.com/qbittorrent/qBittorrent.git#branch=v4_1_x
+ source = qbittorrent::git+https://github.com/qbittorrent/qBittorrent.git#branch=v4_2_x
sha256sums = SKIP
pkgname = qbittorrent-stable-git
diff --git a/PKGBUILD b/PKGBUILD
index a4ca5a5f9ade..2b74d020a050 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.5.r0.g2c65b7964
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')