summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bus2019-03-21 20:59:46 +0700
committerAlexander Bus2019-03-21 21:00:37 +0700
commit7435f90590a8c58bfb2c0a14a879449c07ec234e (patch)
treed259edc10c6dee4cf0f3ce74b697e917ad40e342 /PKGBUILD
parentf644fd77b9332e998c9cc15a5b9fb53d0478b7b0 (diff)
downloadaur-7435f90590a8c58bfb2c0a14a879449c07ec234e.tar.gz
Fix license checksum
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"