summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-10-08 14:38:16 +0200
committerSkycoder422017-10-08 14:38:16 +0200
commit44ea93dcd49621d3a720dba3c2f50b999779e5d1 (patch)
tree5eb87155e69bc20b9fb8e1c89d5008c9b353dc75
parent4a8d5eafb12a47165ec169010f563e644fd47694 (diff)
downloadaur-44ea93dcd49621d3a720dba3c2f50b999779e5d1.tar.gz
fixed bug with Qt 5.9.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab0b8974a390..7a5474c0b4ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-restclient
pkgdesc = A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
pkgver = 1.2.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Skycoder42/QtRestClient
arch = i686
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = qt5-restclient
depends = qt5-base
depends = qt5-jsonserializer>=2.1.0
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-restclient-1.2.4::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.2.4
+ source = qt5-restclient-1.2.4::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.2.4-2
source = qt5-restclient.rule
sha256sums = SKIP
sha256sums = 6029d42b05d32d99a6e673e5a7c95ac657e6258f88835f8aff05bde7535e543b
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')