summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2017-10-11 13:51:10 +0200
committerTobias Bachmann2017-10-11 13:51:10 +0200
commitd80aa1b2b6f394139f1fcd59c3d4a19ec0efcb72 (patch)
treef16bfcd754cefff84f7b16da913ed0e2c8b44cb5
parentcacd132bb3fc2591493982f97c15ba03b3e1c6ca (diff)
downloadaur-d80aa1b2b6f394139f1fcd59c3d4a19ec0efcb72.tar.gz
Dependency correction
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd577005f548..b5768110cf18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,9 +7,8 @@ arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
-depends=('python' 'desktop-file-utils')
-makedepends=('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')
-optdepends=()
+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')
+makedepends=()
provides=()
conflicts=()
replaces=()