summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2018-08-20 16:19:49 -0400
committerJesin2018-08-20 16:19:49 -0400
commit0063a0ac787f0c552fa191f771d480c7763b6f9b (patch)
treeb962ff4e8e93d3742d459fa6c2040385b23dbe1f
parent1547c108f4ddb2913bde132f9f275cac2a362eab (diff)
downloadaur-0063a0ac787f0c552fa191f771d480c7763b6f9b.tar.gz
v3.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4299ccb0bf67..77b724519ea0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json-git
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.1.2
+ pkgver = 3.2.0
pkgrel = 1
url = https://github.com/nlohmann/json
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
- provides = nlohmann-json=3.1.2
+ provides = nlohmann-json=3.2.0
conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d4ae1c70445d..86bf80c4b257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eduardo Sánchez Muñoz
pkgname=nlohmann-json-git
_name="${pkgname%-git}"
-pkgver=3.1.2
+pkgver=3.2.0
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++'
url='https://github.com/nlohmann/json'