summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-02-28 22:46:18 +0100
committerSkycoder422017-02-28 22:46:18 +0100
commit8e8e449b416e92d378a5282ef6faa21172c7bebe (patch)
treee7da099493d8c1a0b748f97cabaecb3fd3042005
parentef21f5c7ed8c60e81067d0f0cc3be3b6c7aabfed (diff)
downloadaur-8e8e449b416e92d378a5282ef6faa21172c7bebe.tar.gz
updated to version 1.2.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f446639dc508..97a43d22e72f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
- pkgver = 1.2.0
+ pkgver = 1.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-1.2.0::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=1.2.0
+ source = qt5-jsonserializer-1.2.1::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=1.2.1
md5sums = SKIP
pkgname = qt5-jsonserializer
diff --git a/PKGBUILD b/PKGBUILD
index d483e88c6992..e89806ce100b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-jsonserializer
-pkgver=1.2.0
+pkgver=1.2.1
pkgrel=1
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')