summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Wilper2019-05-12 21:49:18 +0200
committerSimon Wilper2019-05-12 21:49:18 +0200
commit79c5b94c5a6eb1a1158873fbb59238ce0da1ed8c (patch)
tree7345fc9d2cd3260f5b86a8c7355bd3fc291a0f97
parent81d36005398932dcb680a40d7a784c0b17a40ce5 (diff)
downloadaur-79c5b94c5a6eb1a1158873fbb59238ce0da1ed8c.tar.gz
removed optional nlohmann-json
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a92ef6fa78f7..087020b52a6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = xtensor
pkgdesc = QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing.
pkgver = 0.20.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/QuantStack/xtensor
arch = x86_64
license = BSD-3-Clause
+ makedepends = gcc
makedepends = cmake
- depends = gcc
depends = xtl
- depends = nlohmann-json
source = xtensor-0.20.5.tar.gz::https://github.com/QuantStack/xtensor/archive/0.20.5.tar.gz
sha512sums = 038f6858bea33a0b6e3b6622c9bbb316864335f7190ef64455ec0a062c13bcafcf215c089bbdf1f72acca63c50ceb2f1d11eb4874d82a5bfff3eead10cbfc00c
diff --git a/PKGBUILD b/PKGBUILD
index 096824393811..25b258356d06 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=xtensor
pkgver=0.20.5
-pkgrel=1
+pkgrel=2
pkgdesc="QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing."
arch=('x86_64')
url="https://github.com/QuantStack/${pkgname}"
license=('BSD-3-Clause')
-depends=('gcc' 'xtl' 'nlohmann-json')
-makedepends=('cmake')
+depends=('xtl')
+makedepends=('gcc' 'cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QuantStack/${pkgname}/archive/${pkgver}.tar.gz")
build() {