summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-04-23 18:34:50 +0200
committerSkycoder422017-04-23 18:34:50 +0200
commit039a0a28c3d7ba888d78f5c76132c976dc196c5f (patch)
treec6595807030567d2d88000ca6ffd4b297cc0be03 /PKGBUILD
parent54c52fcb35c6b8b98816a1a8cdecf7f49ae51f47 (diff)
downloadaur-039a0a28c3d7ba888d78f5c76132c976dc196c5f.tar.gz
updated to 1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd049625e94f..54fe91a17418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
-pkgver=1.2.1
+pkgver=1.2.2
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>=2.0.0')
+depends=('qt5-base' 'qt5-tools' 'qt5-jsonserializer>=2.1.0')
makedepends=('git')
source=("$pkgname-$pkgver::git+https://github.com/Skycoder42/QtRestClient.git#tag=$pkgver")
md5sums=('SKIP')