summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorc0re2020-09-07 09:30:32 +0800
committerc0re2020-09-07 09:30:32 +0800
commit99ff2d5b50125dd58cc11329253198afff9a46d6 (patch)
tree2e2fe0c6497065a9aac883d181f3d9550e3ba2e6 /PKGBUILD
parent960190ebb6167c92683017ce9b48ecfd2d2b2ddb (diff)
downloadaur-99ff2d5b50125dd58cc11329253198afff9a46d6.tar.gz
bump to 4.2.5.15
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5c0d048b35f5..f3b4d0a18ea0 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.r1.gbf3f782b2
+pkgver=4.2.5.15.r1.gb9703d162
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
+ ./configure --prefix=/usr CXXFLAGS="-std=c++14"
make
}