summaryrefslogtreecommitdiff
path: root/python-silx
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-10 10:57:43 +0100
committerErich Eckner <git@eckner.net>2020-01-10 10:57:43 +0100
commitdf9781fae91a9a55dbb07a44e0253c0b90b59dff (patch)
tree7542692448f2272cfc90ad05bee3dd8c2d753b97 /python-silx
parent6e8e81316b9055ecb994ddccb9f76ae0f357dc9b (diff)
downloadarchlinuxewe.git.save-df9781fae91a9a55dbb07a44e0253c0b90b59dff.tar.xz
python-silx: 0.11.0-7 -> 0.12.0-1
Diffstat (limited to 'python-silx')
-rw-r--r--python-silx/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/python-silx/PKGBUILD b/python-silx/PKGBUILD
index ed39f24c..52939f2c 100644
--- a/python-silx/PKGBUILD
+++ b/python-silx/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase=python-silx
pkgname=(python2-silx python-silx)
_pkgname=silx
-pkgver=0.11.0
-pkgrel=7
+pkgver=0.12.0
+pkgrel=1
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('i686' 'pentium4' 'x86_64')
url="http://www.silx.org"
@@ -22,6 +22,7 @@ _deppy=(
'python-pyopencl'
)
_depends=(
+ 'cython>=0.21.1'
'python-fabio>=0.7'
'python-h5py'
'python-mako'
@@ -43,7 +44,7 @@ _optdepends=('python-h5py: for HDF5 input/output'
'python-pyopencl: for sift - OpenCL implementation'
'opencl-driver: for sift - OpenCL implementation')
source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/silx-kit/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('10705cb0d4d3844a8a00d879251c6fce12c23d363cba2f7426302b2421b6d1858bf08a610cbad69321277b03f4837763e14a9e42d62508ae5538070401e76944')
+sha512sums=('aef69bedfda6826486ad6b4fdff4369d82b28ede2c225e60334927826979a7dcf8199a01072e7b663c01daf857d16c88a31e1ce1a8867146dd875e6c0c941bea')
makedepends=(
"${_deppy[@]}"