summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorc0re2020-03-27 02:52:34 +0800
committerc0re2020-03-27 02:52:34 +0800
commit93dd48a96b852ddca085ff2fe845d3df82ce4682 (patch)
treeee8c8abaddba6d5f7398265960b1724217bf700a
parent4f01a801686af1eb848dd1b29a4e69a61fca8724 (diff)
downloadaur-93dd48a96b852ddca085ff2fe845d3df82ce4682.tar.gz
bump to 4.2.2.10
-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'