summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLekcyjna2023-05-29 13:12:45 +0200
committerLekcyjna2023-05-29 13:12:45 +0200
commit16ad46f9081e60a0c3739d354cea22cfaf1de674 (patch)
treedecc3379d094d5bf6e338a604acf464f7eb3070c
parenteb59590b96756c1d0a94796045bd3ecdefb97630 (diff)
downloadaur-16ad46f9081e60a0c3739d354cea22cfaf1de674.tar.gz
Update: 0.26.1
-rw-r--r--PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd2491ab6477..279dfe79945e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: chn <g897331845@gmail.com>
+# Maintainer: lekcyjna <kubanekmlodszy at interia dot pl>
+# Contributor: chn <g897331845@gmail.com>
# Contributor: Felix Golatofski <contact@xdfr.de>
# Contributor: Alexander Susha <isushik94@gmail.com>
pkgname=xtensor-python
-pkgver=0.25.3
+pkgver=0.26.1
pkgrel=1
-pkgdesc="QuantStack tools library - Multi-dimensional arrays with broadcasting and lazy computing."
+pkgdesc="Bindings for xtensor and python-numpy"
arch=('x86_64')
-url="https://github.com/QuantStack/${pkgname}"
+url="https://github.com/xtensor-stack/${pkgname}"
license=('BSD-3-Clause')
-depends=('xtensor' 'xtl' 'pybind11' 'python-numpy')
+depends=('xtensor>=0.24.0' 'xtl' 'pybind11' 'python-numpy')
makedepends=('cmake')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/QuantStack/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('6991841f446459b2716314ebe1cbc5f638a2e7b4ee5e5c5b916930467ebfac38b6a4af6356b4e07d861c9b0a4de3720ed14746729fbec27caad7216a98c3c834')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/xtensor-stack/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('62ac0a22db77b302c33b75b9153596642474f326c7efe02f3b89fcaf61b89977bb999fd5055788db6cd51181157e2bfef25af25853fc767f0192e1d347c97265')
build() {
cd "${pkgname}-${pkgver}"