summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31fdd9de57e7..7f72b798cfda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-silx
pkgdesc = A collection of Python packages for data analysis at synchrotron radiation facilities.
- pkgver = 1.1.2
- pkgrel = 3
+ pkgver = 2.0.0
+ pkgrel = 1
url = http://www.silx.org
arch = any
license = MIT
@@ -17,7 +17,7 @@ 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/v1.1.2.tar.gz
- sha256sums = 2efd287c04b2692257c93231148c77ffb9a444cc5b1b17a4bd35c9918ddbcb6f
+ source = https://github.com/silx-kit/silx/archive/v2.0.0.tar.gz
+ sha256sums = 9aa98be76371017114a84c0ed212c907ce21573ff421095a76ecd75078b0b0b7
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index 6b2da6ec7d6a..a70bffbd92e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Package maintainer: Leonid B <leonid dot bloch at esrf dot fr>
# Upstream contact: silx at esrf dot fr
pkgname=python-silx
-pkgver=1.1.2
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
url="http://www.silx.org"
@@ -15,7 +15,7 @@ optdepends=('python-h5py: for HDF5 input/output'
'opencl-driver: for sift - OpenCL implementation')
makedepends=('cython' 'python-setuptools')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
-sha256sums=('2efd287c04b2692257c93231148c77ffb9a444cc5b1b17a4bd35c9918ddbcb6f')
+sha256sums=('9aa98be76371017114a84c0ed212c907ce21573ff421095a76ecd75078b0b0b7')
build() {
cd "${pkgname#*-}-${pkgver}"