summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2019-05-12 21:49:18 +0200
committerSimon Wilper2019-05-12 21:49:18 +0200
commit79c5b94c5a6eb1a1158873fbb59238ce0da1ed8c (patch)
tree7345fc9d2cd3260f5b86a8c7355bd3fc291a0f97 /PKGBUILD
parent81d36005398932dcb680a40d7a784c0b17a40ce5 (diff)
downloadaur-79c5b94c5a6eb1a1158873fbb59238ce0da1ed8c.tar.gz
removed optional nlohmann-json
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {