summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2019-08-08 11:41:53 +0300
committerLeonid Bloch2019-08-08 11:42:04 +0300
commit49155367c93e69663469aa46b9d426382b577748 (patch)
tree56990852345b608ef9b9d35aa58bf0b76de0c1c7 /PKGBUILD
parente0e1a80acd3f3cb0185308608e6606034c21e4ef (diff)
downloadaur-49155367c93e69663469aa46b9d426382b577748.tar.gz
Version bump
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"