summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2019-08-08 11:41:53 +0300
committerLeonid Bloch2019-08-08 11:42:04 +0300
commit49155367c93e69663469aa46b9d426382b577748 (patch)
tree56990852345b608ef9b9d35aa58bf0b76de0c1c7
parente0e1a80acd3f3cb0185308608e6606034c21e4ef (diff)
downloadaur-49155367c93e69663469aa46b9d426382b577748.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a96f6a0ecf78..ea4642fd3a21 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.10.1
+ pkgver = 0.11.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.10.1.tar.gz
- sha256sums = 254d4491de5b30115a2b490667320309bdfd7d2d3f628855b9540a63395df244
+ source = https://github.com/silx-kit/silx/archive/v0.11.0.tar.gz
+ sha256sums = db9267ffe3c15fc8d69f82edc74f260715a31eb3601b5343f721e11055f481d9
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index cd5fe3a353e6..c6fcb4e915ba 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.10.1
+pkgver=0.11.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=('254d4491de5b30115a2b490667320309bdfd7d2d3f628855b9540a63395df244')
+sha256sums=('db9267ffe3c15fc8d69f82edc74f260715a31eb3601b5343f721e11055f481d9')
build() {
cd "${pkgname#*-}-${pkgver}"