summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2017-11-06 12:48:22 +0100
committerTobias Bachmann2017-11-06 12:48:22 +0100
commit4c24adeba6c060f0128895dacb3a39705b3b104e (patch)
tree5b7914c96a151975290c271f4503f9cfb3e0b956
parent1cc5860c23a689217b82068bd8d22885b909c485 (diff)
downloadaur-4c24adeba6c060f0128895dacb3a39705b3b104e.tar.gz
Patched for scipy 1.0 support
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c1a70c6c92a..518163f706d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,7 +21,7 @@ pkgbase = fsleyes
depends = fsl
depends = fsleyes-widgets
depends = fsleyes-props
- depends = wxnatpy
+ depends = python-wxnatpy
source = fsleyes-0.16.0.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=0.16.0
source = fsleyes.png::https://git.fmrib.ox.ac.uk/uploads/-/system/group/avatar/85/icon_512x512.png
source = fsleyes.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9160b1027a4a..f27eb2ec3d20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ 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' 'wxnatpy')
+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' 'python-wxnatpy')
makedepends=()
provides=()
conflicts=()