summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0c603359230..62ec5cca71b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=python-imageio
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Library for reading and writing a wide range of image, video, scientific, and volumetric data formats"
arch=('any')
url="https://pypi.python.org/pypi/imageio/"
license=('MIT')
-depends=('python' 'python-numpy')
+depends=('python' 'python-numpy' 'freeimage' 'ffmpeg' 'avbin')
makedepends=('python-setuptools')
+optdepends=('python-astropy' 'simpleitk')
source=(https://pypi.python.org/packages/source/i/imageio/imageio-${pkgver}.zip)
sha256sums=('37ab7ad6ca37905cee6b3535a0dba21506647d663b4414089b85b20e2b9f985d')