summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2018-07-04 20:30:18 +0300
committerLeonid Bloch2018-07-04 20:30:18 +0300
commit1f634c3b0c31a8b5e639a7608c1fed792ae7d917 (patch)
tree7b6bc1461157ebae1db0263602aec42fea8aa0fa
parenta3e6b301af11ea569335b82406c7f4a7fb8362b3 (diff)
downloadaur-1f634c3b0c31a8b5e639a7608c1fed792ae7d917.tar.gz
Version bump
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 8dc47b0a66c9..b0116f841ffc 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.6.1
+ pkgver = 0.8.0
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.6.1.tar.gz
- sha256sums = a400c4ed11f2cea79099744990250b51027837573831aac7243b633796cbcfa4
+ source = https://github.com/silx-kit/silx/archive/v0.8.0.tar.gz
+ sha256sums = 991250e242d4be6b5e6eae4d9267b5ba1e70d3abdd2aa4244bd55ce0fe4d0a49
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index 9ea8c2006bc4..5d1e90c7d3dc 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.6.1
+pkgver=0.8.0
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=('a400c4ed11f2cea79099744990250b51027837573831aac7243b633796cbcfa4')
+sha256sums=('991250e242d4be6b5e6eae4d9267b5ba1e70d3abdd2aa4244bd55ce0fe4d0a49')
build() {
cd "${pkgname#*-}-${pkgver}"