summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')