summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-10-08 14:38:16 +0200
committerSkycoder422017-10-08 14:38:16 +0200
commit44ea93dcd49621d3a720dba3c2f50b999779e5d1 (patch)
tree5eb87155e69bc20b9fb8e1c89d5008c9b353dc75 /PKGBUILD
parent4a8d5eafb12a47165ec169010f563e644fd47694 (diff)
downloadaur-44ea93dcd49621d3a720dba3c2f50b999779e5d1.tar.gz
fixed bug with Qt 5.9.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 086303ac9c65..26ad124ccbf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtRestClient"
@@ -10,7 +10,7 @@ depends=('qt5-base' 'qt5-jsonserializer>=2.1.0')
makedepends=('git' 'qt5-tools')
optdepends=("repkg: Automatically rebuild the package on dependency updates")
_pkgfqn=$pkgname-$pkgver
-source=("$_pkgfqn::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver"
+source=("$_pkgfqn::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver-2" # temporary src overwrite to fix build bug with Qt 5.9.2
"$pkgname.rule")
sha256sums=('SKIP'
'6029d42b05d32d99a6e673e5a7c95ac657e6258f88835f8aff05bde7535e543b')