summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Schwartz2016-05-25 15:46:08 -0400
committerEli Schwartz2016-05-25 15:46:08 -0400
commitc04ca87db8519b8476218da820693b8da167aac5 (patch)
tree43fe94430c834c11994e715e7652b8ee1c1c2275
parenta8fb8622007ce55ef153780fdee2361dc4c3f4c1 (diff)
downloadaur-c04ca87db8519b8476218da820693b8da167aac5.tar.gz
upgpkg: qbittorrent-git 3.3.4.r553.gc2abbed-1
Remove no-longer-needed workaround for QTBUG-53367
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b758cfa6738d..eb3792829e38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-git
pkgdesc = A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)
- pkgver = 3.3.4.r529.g673b86c
+ pkgver = 3.3.4.r553.gc2abbed
pkgrel = 1
url = http://www.qbittorrent.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index e15bd4801b68..f3e3025839d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,10 @@
# Maintainer: Eschwartz <eschwartz93@gmail.com>
# Contributors: Ner0, Sevenseven
+# All my PKGBUILDs are managed at https://github.com/eli-schwartz/pkgbuilds
+
pkgname=qbittorrent-git
-pkgver=3.3.4.r529.g673b86c
+pkgver=3.3.4.r553.gc2abbed
pkgrel=1
pkgdesc="A bittorrent client powered by C++, Qt5 and the good libtorrent library (development version)"
arch=('i686' 'x86_64')
@@ -30,7 +32,6 @@ build() {
cd ${pkgname%-*}
./configure --prefix=/usr
- qmake-qt5 src/src.pro QMAKE_CFLAGS_ISYSTEM=
make
}