summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2017-11-06 12:21:34 +0100
committerTobias Bachmann2017-11-06 12:21:34 +0100
commit8fd51b794b569b7e54ddea9b763fc5c1d594912d (patch)
treefd602da67d6271b94dd6c0b4a0d95eb9c80da978 /PKGBUILD
parentb2d5932d5e7a26347f5ae016ff2866bb2b3ea510 (diff)
downloadaur-8fd51b794b569b7e54ddea9b763fc5c1d594912d.tar.gz
Added missing wxnatpy dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d56513ecc117..9b01b46d66f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
pkgver=0.16.0
-pkgrel=1
+pkgrel=2
pkgdesc="FSLeyes is the FSL image viewer"
arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
-depends=('python' 'desktop-file-utils' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-pillow' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'wxpython-phoenix' 'fsl' 'fsleyes-widgets' 'fsleyes-props')
+depends=('python' 'desktop-file-utils' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-pillow' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'wxpython-phoenix' 'fsl' 'fsleyes-widgets' 'fsleyes-props' 'wxnatpy')
makedepends=()
provides=()
conflicts=()