summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2018-02-13 15:29:24 +0100
committerLeonid Bloch2018-02-13 15:29:24 +0100
commita3e6b301af11ea569335b82406c7f4a7fb8362b3 (patch)
tree0d290aa93c7fb3a9366c56760a591802e53b3456
parent9c9410f8cc79cda7da38b43981e74def36383e97 (diff)
downloadaur-a3e6b301af11ea569335b82406c7f4a7fb8362b3.tar.gz
Version update
Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 734af72ecebf..8dc47b0a66c9 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.5.0
+ pkgver = 0.6.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.5.0.tar.gz
- sha256sums = 7e5a46ae26ee3c1a81d806c660474a43fd8ba3151c4a0892c5ba407efa80cb62
+ source = https://github.com/silx-kit/silx/archive/v0.6.1.tar.gz
+ sha256sums = a400c4ed11f2cea79099744990250b51027837573831aac7243b633796cbcfa4
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index ef68e77cf6ad..9ea8c2006bc4 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.5.0
+pkgver=0.6.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=('7e5a46ae26ee3c1a81d806c660474a43fd8ba3151c4a0892c5ba407efa80cb62')
+sha256sums=('a400c4ed11f2cea79099744990250b51027837573831aac7243b633796cbcfa4')
build() {
cd "${pkgname#*-}-${pkgver}"