summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-06-17 12:21:15 +0200
committerSkycoder422017-06-17 12:21:15 +0200
commitd63e278883a4abc1583cad6e32dd11a7a56c4c74 (patch)
tree9d74deab494e090d3c47a36e57f23cbeb5d05523
parentf056e16a8dfc100feb62002ff32430c439632a9e (diff)
downloadaur-d63e278883a4abc1583cad6e32dd11a7a56c4c74.tar.gz
Updated to 2.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332ad80b1601..6b64dcd5294a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/Skycoder42/QJsonSerializer
arch = i686
@@ -9,7 +9,7 @@ pkgbase = qt5-jsonserializer
makedepends = git
depends = qt5-base
depends = qt5-tools
- source = qt5-jsonserializer-2.2.0::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=2.2.0
+ source = qt5-jsonserializer-2.2.1::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=2.2.1
md5sums = SKIP
pkgname = qt5-jsonserializer
diff --git a/PKGBUILD b/PKGBUILD
index 545818aa9038..4ae3921ad661 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-jsonserializer
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')