summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cd8eedbbda7..0b6a01fb3230 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nlohmann-json-bin
pkgdesc = Header-only JSON library for Modern C++ (quick installation without testing)
pkgver = 3.6.1
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/nlohmann/json
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = nlohmann-json-bin
source = include-3.6.1.zip::https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip
source = https://raw.githubusercontent.com/nlohmann/json/v3.6.1/LICENSE.MIT
sha256sums = 69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf
- sha256sums = 7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1
+ sha256sums = SKIP
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index b816bed219a9..2699af73e681 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nlohmann-json-bin
pkgver=3.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='Header-only JSON library for Modern C++ (quick installation without testing)'
arch=('any')
url='https://github.com/nlohmann/json'
@@ -12,7 +12,7 @@ conflicts=('nlohmann-json' 'nlohmann-json-git')
source=("include-${pkgver}.zip::https://github.com/nlohmann/json/releases/download/v${pkgver}/include.zip"
"https://raw.githubusercontent.com/nlohmann/json/v${pkgver}/LICENSE.MIT")
sha256sums=('69cc88207ce91347ea530b227ff0776db82dcb8de6704e1a3d74f4841bc651cf'
- '7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1')
+ 'SKIP')
package() {
cd "${srcdir}"