summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-04-04 15:27:36 +0200
committerSkycoder422017-04-04 15:27:36 +0200
commit0bf4b2f77da72ead4e56a0c98a01a275a6892e13 (patch)
tree31e90571a209993dfbe50790a3ed35daf9d76cb5 /PKGBUILD
parent117517b4582fcf419c5ac5714d15a99b88c13aca (diff)
downloadaur-0bf4b2f77da72ead4e56a0c98a01a275a6892e13.tar.gz
update to 1.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 237eac8656a5..918b7abe3cac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=1
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"
license=('BSD')
-depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer')
+depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer>=2.0.0')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver")
md5sums=('SKIP')