summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9dc0c4074d0..c20e273d6cb8 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 = 1
+ pkgrel = 2
url = http://www.silx.org
arch = any
license = MIT
@@ -10,6 +10,7 @@ pkgbase = python-silx
depends = python-numpy
depends = python-pyqt5
depends = python-matplotlib
+ depends = python-fabio
optdepends = python-h5py-openmpi: for HDF5 input/output
optdepends = ipython: for interactive console
optdepends = python-qtconsole: for GUI console
diff --git a/PKGBUILD b/PKGBUILD
index 0970cc4fffe2..dad6439f6dfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Upstream contact: silx at esrf dot fr
pkgname=python-silx
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of Python packages for data analysis at synchrotron radiation facilities."
arch=('any')
url="http://www.silx.org"
license=('MIT' 'LGPL')
-depends=('python-numpy' 'python-pyqt5' 'python-matplotlib')
+depends=('python-numpy' 'python-pyqt5' 'python-matplotlib' 'python-fabio')
optdepends=('python-h5py-openmpi: for HDF5 input/output'
'ipython: for interactive console'
'python-qtconsole: for GUI console'