summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorc0re2020-08-07 08:37:42 +0800
committerc0re2020-08-07 08:37:42 +0800
commit960190ebb6167c92683017ce9b48ecfd2d2b2ddb (patch)
treea32e094316a19fd5edd38d2d9c174649cb111c0f /PKGBUILD
parent877fcccde4e8780b4081275cde0ef1924dc22476 (diff)
downloadaur-960190ebb6167c92683017ce9b48ecfd2d2b2ddb.tar.gz
Fix Qt 5.15 and PKGBUILD source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d8bf582827a..5c0d048b35f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: c0re100 <corehusky@gmail.com> - https://husky.dev
pkgname=qbittorrent-enhanced-git
-pkgver=4.2.5.13.r0.gd9011d3c3
+pkgver=4.2.5.13.r1.gbf3f782b2
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')
@@ -12,7 +12,7 @@ makedepends=('boost' 'git' 'qt5-tools')
optdepends=('python: needed for torrent search tab')
conflicts=('qbittorrent')
provides=('qbittorrent')
-source=("${pkgname%-*}::git+https://github.com/c0re100/qBittorrent-Enhanced-Edition.git")
+source=("${pkgname%-*}::git+https://github.com/c0re100/qBittorrent-Enhanced-Edition.git#branch=v4_2_x")
sha256sums=('SKIP')
pkgver() {
@@ -26,7 +26,6 @@ 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'