summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorc0re1002021-01-20 07:32:05 +0800
committerc0re1002021-01-20 07:32:05 +0800
commiteca428d220cfff24193bf20ea3113133a21a8a95 (patch)
tree436d0af6e603012af4bd07c3c46c4d975e0af277 /PKGBUILD
parent575e4d19bf2fd0cff133dfa77f0396fea128cd34 (diff)
downloadaur-eca428d220cfff24193bf20ea3113133a21a8a95.tar.gz
bump to 4.3.3.10
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba7185cb2ab2..58823c6f5782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: c0re100 <corehusky@gmail.com> - https://husky.dev
pkgname=qbittorrent-enhanced-git
-pkgver=4.3.2.10.r0.g2d21a869a
+pkgver=4.3.3.10.r0.g0572602e8
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')
@@ -30,7 +30,7 @@ build() {
# tell qmake not to break makepkg's debug/!strip options
export QBT_ADD_CONFIG='nostrip'
- ./configure --prefix=/usr CXXFLAGS="-std=c++14"
+ ./configure --prefix=/usr CXXFLAGS="-std=c++17"
make
}