summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLeonid Bloch2023-03-08 13:35:34 +0200
committerLeonid Bloch2023-03-08 13:35:34 +0200
commit35e8e468960db0da8cde700d0cad034391e43660 (patch)
treec8ec929c330ae6cfa139ea5e26b35fc225ce2199 /PKGBUILD
parent51da9b99ccc69cf5d5bcf1a93f184928fe12b275 (diff)
downloadaur-35e8e468960db0da8cde700d0cad034391e43660.tar.gz
Add a missing dependency
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 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'