summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b925f8feed2a..12fd3671760b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-enhanced-nox-git
pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library (Enhanced Edition)
- pkgver = 4.2.1.10.r0.g0e9d4197d
+ pkgver = 4.2.2.10.r0.g2686d5f3e
pkgrel = 1
url = https://github.com/c0re100/qBittorrent-Enhanced-Edition
arch = arm
diff --git a/PKGBUILD b/PKGBUILD
index 8905584ffd1d..0d29e79511cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: c0re100 <corehusky@gmail.com> - https://husky.dev
pkgname=qbittorrent-enhanced-nox-git
-pkgver=4.2.1.10.r0.g0e9d4197d
+pkgver=4.2.2.10.r0.g2686d5f3e
pkgrel=1
pkgdesc="A bittorrent client powered by C++, Qt5 and the good libtorrent library (Enhanced Edition)"
arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
@@ -26,6 +26,7 @@ pkgver() {
build() {
cd ${pkgname%-*}
+ git checkout origin/v4_2_x
# tell qmake not to break makepkg's debug/!strip options
export QBT_ADD_CONFIG='nostrip'