summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorc0re2020-03-27 02:51:19 +0800
committerc0re2020-03-27 02:51:19 +0800
commit8691bc22a717e39d706585dc89fa1413bc382baf (patch)
tree506f0d696398f236170bb4830d3592b48be8b59d /PKGBUILD
parent64f45494c6f30d51a1d282a216aacd6704618f16 (diff)
downloadaur-8691bc22a717e39d706585dc89fa1413bc382baf.tar.gz
bump to 4.2.2.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5f3ee92f0d3..a4c740af1430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: c0re100 <corehusky@gmail.com> - https://husky.dev
pkgname=qbittorrent-enhanced-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'