summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422018-04-26 18:06:14 +0200
committerSkycoder422018-04-26 18:06:14 +0200
commit96de60fbfae83b6a872edbda7abd929fcb6b766c (patch)
tree644c9955ece80db2fc86b07842d34febcc5ae1ae
parentce8db0e4fd091ce5ca4dd21aec5db744350de757 (diff)
downloadaur-96de60fbfae83b6a872edbda7abd929fcb6b766c.tar.gz
updated to 3.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84666ef6d979..e33ed04c6f4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-jsonserializer
pkgdesc = A library to perform generic seralization and deserialization of QObjects
- pkgver = 3.1.1
- pkgrel = 2
+ pkgver = 3.1.2
+ pkgrel = 1
url = https://github.com/Skycoder42/QtJsonSerializer
arch = i686
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = qt5-jsonserializer
makedepends = graphviz
depends = qt5-base
optdepends = repkg: Automatically rebuild the package on dependency updates
- source = qt5-jsonserializer-3.1.1::git+https://github.com/Skycoder42/QtJsonSerializer.git#tag=3.1.1
+ source = qt5-jsonserializer-3.1.2::git+https://github.com/Skycoder42/QtJsonSerializer.git#tag=3.1.2
source = qt5-jsonserializer.rule
sha256sums = SKIP
sha256sums = 2147916eaeebda7109b04f17e122a873388f42f2015e4b6b9fbf6f98e8e80d15
diff --git a/PKGBUILD b/PKGBUILD
index ab4f36aa1d61..df5f8a6ba681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgbase=qt5-jsonserializer
pkgname=(qt5-jsonserializer qt5-jsonserializer-doc)
group=qt5-jsonserializer-full
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
pkgdesc="A library to perform generic seralization and deserialization of QObjects"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtJsonSerializer"