summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2020-09-13 00:16:30 +0300
committerLeonid Bloch2020-09-13 00:16:30 +0300
commit2dc5553e733b75ed32f5b28b53989c7ec6d03bd8 (patch)
treece0b3be52ee75afba961bead01c6652ca4681dc2 /PKGBUILD
parent5b76adf0259169da4b2ed69a0454494fe7753b7f (diff)
downloadaur-2dc5553e733b75ed32f5b28b53989c7ec6d03bd8.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 00e51b22ed6d..71e8ab03eda6 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.12.0
+pkgver=0.13.1
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=('b282d93a383090dd47ed05d3cc8b5cc06ede0625cc88994534dd5a545f9eeeef')
+sha256sums=('2c5dbc1c043ecb78dafd1f7afbfd45833c87332818307196878b759956687491')
build() {
cd "${pkgname#*-}-${pkgver}"