summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2024-02-17 18:21:03 +0200
committerLeonid Bloch2024-02-17 18:21:03 +0200
commited73c5120a9fb92a354840d3634f173cd0ea534f (patch)
tree06a04ab5a52c4ab73106b5aa389adbaf72e1d555 /PKGBUILD
parent1f9625721291839fa184613d692bf9861eb71f20 (diff)
downloadaur-python-silx.tar.gz
Bump version
Signed-off-by: Leonid Bloch <lb.workbox@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"