summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-05-11 20:01:33 +0200
committerhaawda2019-05-11 20:01:33 +0200
commitb50d44bc075300f58dd583c937727e9d298e3e82 (patch)
tree727365c8d03148413e7f5d6f175b7b849ec320f4
parentd0f0f3b9759f9324e0d0e97b40caa4fe19e37b50 (diff)
downloadaur-b50d44bc075300f58dd583c937727e9d298e3e82.tar.gz
bump pkgrel
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dec61375545..13d68f2f5743 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = nlohmann-json
pkgdesc = Header-only JSON library for Modern C++
pkgver = 3.6.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nlohmann/json
- arch = i686
- arch = x86_64
+ arch = any
license = MIT
makedepends = cmake
source = nlohmann-json-3.6.1.tar.gz::https://github.com/nlohmann/json/archive/v3.6.1.tar.gz
- sha256sums = SKIP
+ sha256sums = 80c45b090e40bf3d7a7f2a6e9f36206d3ff710acfa8d8cc1f8c763bb3075e22e
pkgname = nlohmann-json
diff --git a/PKGBUILD b/PKGBUILD
index 810f43c1279f..b6f728c99d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=nlohmann-json
pkgver=3.6.1
-pkgrel=1
+pkgrel=2
pkgdesc="Header-only JSON library for Modern C++"
url="https://github.com/nlohmann/json"
license=('MIT')
-arch=('i686' 'x86_64')
+arch=('any') # check function needs a working compiler toolchain, but package really is arch independent
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nlohmann/json/archive/v$pkgver.tar.gz")
-sha256sums=('SKIP')
+source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
+sha256sums=('80c45b090e40bf3d7a7f2a6e9f36206d3ff710acfa8d8cc1f8c763bb3075e22e')
build() {
[[ -d nlohmann-json-build ]] || mkdir -p nlohmann-json-build