summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2020-01-15 23:59:21 +0100
committerNarrat2020-01-15 23:59:21 +0100
commitdbc7579b4e07e8e12fe3279f43160f8140a42cd0 (patch)
treece91daa27db5dc720d8503fa4d0b6acf47b275c3 /PKGBUILD
parent969e08128b987b8024e3300c771b83b3bb4408d9 (diff)
downloadaur-python2-pims.tar.gz
checked setup.py for deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2bdc1de7747..1e87a9feb3eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_name=pims
pkgname=python2-pims
pkgver=0.4.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python Image Sequence: Load video and sequential images"
url="https://github.com/soft-matter/pims"
arch=(any)
license=('BSD')
-depends=('python2' 'python2-slicerator')
+depends=('python2-six' 'python2-slicerator' 'python2-numpy')
optdepends=('python2-pillow: improved TIFF support'
'python2-tifffile: alternative TIFF support')
makedepends=('python2-setuptools' 'python2-scipy' 'python2-matplotlib' 'python2-scikit-image')