summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-03-10 15:17:40 +0100
committerSkycoder422017-03-10 15:17:40 +0100
commit117517b4582fcf419c5ac5714d15a99b88c13aca (patch)
tree84ce80d9362cacc19b1ef38dc35a26eed35afe7a
parent4f62cfd155d15bb817d941a6a503f5d0b290330a (diff)
downloadaur-117517b4582fcf419c5ac5714d15a99b88c13aca.tar.gz
updated to 1.1.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d8c93509d19..eed90bebbcbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-restclient
pkgdesc = A library for generic JSON-based REST-APIs, with a mechanism to map JSON to Qt objects
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/Skycoder42/QtRestClient
arch = i686
@@ -10,7 +10,7 @@ pkgbase = qt5-restclient
depends = qt5-base
depends = qt5-tools
depends = qt5-jsonserializer
- source = qt5-restclient-1.0.0::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.0.0
+ source = qt5-restclient-1.1.0::git+https://github.com/Skycoder42/QtRestClient.git#tag=1.1.0
md5sums = SKIP
pkgname = qt5-restclient
diff --git a/PKGBUILD b/PKGBUILD
index ba95d1703f2e..237eac8656a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-restclient
-pkgver=1.0.0
+pkgver=1.1.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')