summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Bus2019-03-21 20:59:46 +0700
committerAlexander Bus2019-03-21 21:00:37 +0700
commit7435f90590a8c58bfb2c0a14a879449c07ec234e (patch)
treed259edc10c6dee4cf0f3ce74b697e917ad40e342
parentf644fd77b9332e998c9cc15a5b9fb53d0478b7b0 (diff)
downloadaur-7435f90590a8c58bfb2c0a14a879449c07ec234e.tar.gz
Fix license checksum
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec0aa5767cfb..3cd8eedbbda7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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 = 7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd
+ sha256sums = 7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1
pkgname = nlohmann-json-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4c55c2e0f945..b816bed219a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=nlohmann-json-bin
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
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'
- '7b875bb7a4e28abb7956ea821b4b7d88ff6a2a4fabf261c3993730a365ec56dd')
+ '7400586ce89c6a2cc65f6ca46997da5d356a230673d3a211e040b783f23578a1')
package() {
cd "${srcdir}"