summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimon Wilper2018-08-31 21:30:45 +0200
committerSimon Wilper2018-08-31 21:30:45 +0200
commit3affa434ef67845ff5c91ca38595eb57be251836 (patch)
treed6afc996bafd73e055dc32710529c550308afab0 /PKGBUILD
parent5e9b55850a64db9974c18a9c983722b9f0724e9c (diff)
downloadaur-3affa434ef67845ff5c91ca38595eb57be251836.tar.gz
version 0.17.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 648023de69f0..b33ce543351b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Simon Wilper <sxw@chronowerks.de>
pkgname=xtensor
-pkgver=0.16.0
+pkgver=0.17.3
pkgrel=1
pkgdesc="QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing."
arch=('x86_64')
@@ -10,6 +10,7 @@ license=('BSD-3-Clause')
depends=('gcc' 'xtl' 'nlohmann-json')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QuantStack/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('2edb94c43d9acb249ac7e70f2e592bb05e8afbd8320d44aebcf52c9a7f6b754644fbdf688ef660fb42fec265930300eda7671818f8c8346759de2496d555d236')
build() {
cd "${pkgname}-${pkgver}"
@@ -26,4 +27,3 @@ package() {
cd "${pkgname}-${pkgver}/build"
make install
}
-sha512sums=('e94c69f4f26e060c7569aa74db6a859e8ddce0df6935e45f68f82bff45caae3b394962ab6d150e8c0debc9fd14487ac22136b869b0fa80522f969842333b704c')