summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesin2018-10-07 09:57:48 -0400
committerJesin2018-10-07 09:57:48 -0400
commit5e2b5138f9b516d7b47ce7c70143dae1e96f1898 (patch)
treefbff09f9441af1ed6dfe20d50ad2aec17d4343e0
parent0063a0ac787f0c552fa191f771d480c7763b6f9b (diff)
downloadaur-5e2b5138f9b516d7b47ce7c70143dae1e96f1898.tar.gz
v3.3.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77b724519ea0..d4a3ab707fd9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nlohmann-json-git
pkgdesc = Header-only JSON library for Modern C++
- pkgver = 3.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://github.com/nlohmann/json
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
- provides = nlohmann-json=3.2.0
+ provides = nlohmann-json=3.3.0
conflicts = nlohmann-json
source = git+https://github.com/nlohmann/json
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86bf80c4b257..889c357340d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Eduardo Sánchez Muñoz
pkgname=nlohmann-json-git
_name="${pkgname%-git}"
-pkgver=3.2.0
+pkgver=3.3.0
pkgrel=1
pkgdesc='Header-only JSON library for Modern C++'
url='https://github.com/nlohmann/json'