summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2019-05-19 18:23:55 +0300
committerLeonid Bloch2019-05-19 18:23:55 +0300
commite0e1a80acd3f3cb0185308608e6606034c21e4ef (patch)
tree0f06c21b48b16532ebd62e0949a768608a75a48b
parent1f634c3b0c31a8b5e639a7608c1fed792ae7d917 (diff)
downloadaur-e0e1a80acd3f3cb0185308608e6606034c21e4ef.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lbloch@janustech.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0116f841ffc..a96f6a0ecf78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-silx
pkgdesc = A collection of Python packages for data analysis at synchrotron radiation facilities.
- pkgver = 0.8.0
+ pkgver = 0.10.1
pkgrel = 1
url = http://www.silx.org
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-silx
optdepends = python-qtconsole: for GUI console
optdepends = python-pyopencl: for sift - OpenCL implementation
optdepends = opencl-driver: for sift - OpenCL implementation
- source = https://github.com/silx-kit/silx/archive/v0.8.0.tar.gz
- sha256sums = 991250e242d4be6b5e6eae4d9267b5ba1e70d3abdd2aa4244bd55ce0fe4d0a49
+ source = https://github.com/silx-kit/silx/archive/v0.10.1.tar.gz
+ sha256sums = 254d4491de5b30115a2b490667320309bdfd7d2d3f628855b9540a63395df244
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index 5d1e90c7d3dc..cd5fe3a353e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Package maintainer: Leonid B <leonid dot bloch at esrf dot fr>
# Upstream contact: silx at esrf dot fr
pkgname=python-silx
-pkgver=0.8.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
@@ -15,7 +15,7 @@ optdepends=('python-h5py: for HDF5 input/output'
'opencl-driver: for sift - OpenCL implementation')
makedepends=('cython')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
-sha256sums=('991250e242d4be6b5e6eae4d9267b5ba1e70d3abdd2aa4244bd55ce0fe4d0a49')
+sha256sums=('254d4491de5b30115a2b490667320309bdfd7d2d3f628855b9540a63395df244')
build() {
cd "${pkgname#*-}-${pkgver}"