summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Bus2019-03-28 02:05:07 +0700
committerAlexander Bus2019-03-28 02:05:07 +0700
commit0c5a53591f177dae15347a36ae0dd47ce3ff8329 (patch)
tree861f249fc075b244ac9edeacb98f47f8f1402569 /PKGBUILD
parent7435f90590a8c58bfb2c0a14a879449c07ec234e (diff)
downloadaur-0c5a53591f177dae15347a36ae0dd47ce3ff8329.tar.gz
Remove license hash check
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"