summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2018-07-04 20:30:18 +0300
committerLeonid Bloch2018-07-04 20:30:18 +0300
commit1f634c3b0c31a8b5e639a7608c1fed792ae7d917 (patch)
tree7b6bc1461157ebae1db0263602aec42fea8aa0fa /PKGBUILD
parenta3e6b301af11ea569335b82406c7f4a7fb8362b3 (diff)
downloadaur-1f634c3b0c31a8b5e639a7608c1fed792ae7d917.tar.gz
Version bump
Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ea8c2006bc4..5d1e90c7d3dc 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.6.1
+pkgver=0.8.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=('a400c4ed11f2cea79099744990250b51027837573831aac7243b633796cbcfa4')
+sha256sums=('991250e242d4be6b5e6eae4d9267b5ba1e70d3abdd2aa4244bd55ce0fe4d0a49')
build() {
cd "${pkgname#*-}-${pkgver}"