summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2018-12-24 19:16:09 -0500
committerEli Schwartz2018-12-24 19:16:09 -0500
commit9b4bba9b78fe7406d4ab2a3c6ea74caa53080f82 (patch)
tree2aeda51b80ac0401db70cdf9f1895f24d3eaacf0
parent0001e9f614da59cba0eb2a48296f691aef934328 (diff)
downloadaur-9b4bba9b78fe7406d4ab2a3c6ea74caa53080f82.tar.gz
upgpkg: qbittorrent-git 4.1.5.r568.gfb6bb932d-1
upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 630783f6ebfd..e0128b97c485 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qbittorrent-git
pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)
- pkgver = 3.3.16.r1634.gde6ca29dc
+ pkgver = 4.1.5.r568.gfb6bb932d
pkgrel = 1
- url = http://www.qbittorrent.org/
+ url = https://www.qbittorrent.org/
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 5240bc898267..1945877d9d5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
pkgname=qbittorrent-git
-pkgver=3.3.16.r1634.gde6ca29dc
+pkgver=4.1.5.r568.gfb6bb932d
pkgrel=1
pkgdesc="A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)"
arch=('i686' 'x86_64')
-url="http://www.qbittorrent.org/"
+url="https://www.qbittorrent.org/"
license=('custom' 'GPL')
depends=('libtorrent-rasterbar' 'qt5-base' 'qt5-svg')
makedepends=('boost' 'git' 'qt5-tools')
@@ -31,6 +31,9 @@ pkgver() {
build() {
cd ${pkgname%-*}
+ # tell qmake not to break makepkg's debug/!strip options
+ export QBT_ADD_CONFIG='nostrip'
+
./configure --prefix=/usr
make
}