summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-04-03 19:59:36 +0200
committerSkycoder422017-04-03 19:59:36 +0200
commit5a5399757add2079608bf85a23e4b423e8a5e37a (patch)
treeefad4f9c0072c449d1bedec80cac8ff1cb7a1c5f
parent8e8e449b416e92d378a5282ef6faa21172c7bebe (diff)
downloadaur-5a5399757add2079608bf85a23e4b423e8a5e37a.tar.gz
updated to version 2.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a43d22e72f..b4d3b88d1c87 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.1
+ pkgver = 2.0.0
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.1::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=1.2.1
+ source = qt5-jsonserializer-2.0.0::git+https://github.com/Skycoder42/QJsonSerializer.git#tag=2.0.0
md5sums = SKIP
pkgname = qt5-jsonserializer
diff --git a/PKGBUILD b/PKGBUILD
index e89806ce100b..22f35a2e2efd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-jsonserializer
-pkgver=1.2.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')