summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Bloch2017-05-21 17:53:48 +0200
committerLeonid Bloch2017-05-21 17:53:48 +0200
commit9c9410f8cc79cda7da38b43981e74def36383e97 (patch)
tree0eca0eca5e8a9dcac5b5afeb783c5f9a3b746681
parent4b7184c6eebb5857cb0bb7158dbca81d0963b077 (diff)
downloadaur-9c9410f8cc79cda7da38b43981e74def36383e97.tar.gz
Update version
Signed-off-by: Leonid Bloch <leonid.bloch@esrf.fr>
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 180ac04042d1..734af72ecebf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-silx
pkgdesc = A collection of Python packages for data analysis at synchrotron radiation facilities.
- pkgver = 0.4.0
+ pkgver = 0.5.0
pkgrel = 1
url = http://www.silx.org
arch = any
license = MIT
license = LGPL
- makedepends = git
makedepends = cython
depends = python-numpy
depends = python-pyqt5
@@ -16,8 +15,8 @@ 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/v0.4.0.tar.gz
- sha256sums = 1cb2f6d05c613e28f163bd849b0f7831f64dcdd43583bb551e43277955f05125
+ source = https://github.com/silx-kit/silx/archive/v0.5.0.tar.gz
+ sha256sums = 7e5a46ae26ee3c1a81d806c660474a43fd8ba3151c4a0892c5ba407efa80cb62
pkgname = python-silx
diff --git a/PKGBUILD b/PKGBUILD
index ed28c453e5c5..ef68e77cf6ad 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.4.0
+pkgver=0.5.0
pkgrel=1
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
@@ -13,9 +13,9 @@ optdepends=('python-h5py: for HDF5 input/output'
'python-qtconsole: for GUI console'
'python-pyopencl: for sift - OpenCL implementation'
'opencl-driver: for sift - OpenCL implementation')
-makedepends=('git' 'cython')
+makedepends=('cython')
source=("https://github.com/silx-kit/${pkgname#*-}/archive/v${pkgver}.tar.gz")
-sha256sums=('1cb2f6d05c613e28f163bd849b0f7831f64dcdd43583bb551e43277955f05125')
+sha256sums=('7e5a46ae26ee3c1a81d806c660474a43fd8ba3151c4a0892c5ba407efa80cb62')
build() {
cd "${pkgname#*-}-${pkgver}"