summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-04-10 14:40:19 +0200
committerTobias Bachmann2018-04-10 14:40:19 +0200
commitb900e0e5055e1f457d93f722a8d435d3c888b99a (patch)
tree1f04750d7391905a0e0f63dfb0418538dfeabd14
parentd623bb5c1903c4df2f70556c385e7d08822be531 (diff)
downloadaur-b900e0e5055e1f457d93f722a8d435d3c888b99a.tar.gz
Switch to offical python-wxpython package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26327b1dfd37..2f3be21f8fe1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
pkgver = 0.22.4
- pkgrel = 1
+ pkgrel = 2
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@@ -17,7 +17,7 @@ pkgbase = fsleyes
depends = python-pyparsing
depends = python-scipy
depends = python-opengl-accelerate
- depends = python-wxpython-phoenix
+ depends = python-wxpython>=4.0.1-2
depends = fsl
depends = fsleyes-widgets>=0.5.4
depends = fsleyes-props>=1.5.1
diff --git a/PKGBUILD b/PKGBUILD
index 16cceea932d9..60862ccf9b55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
pkgver=0.22.4
-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' 'python-sphinx' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-pillow' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython-phoenix' 'fsl' 'fsleyes-widgets>=0.5.4' 'fsleyes-props>=1.5.1' 'python-wxnatpy>=0.3.0' 'python-indexed-gzip>=0.7.0')
+depends=('python' 'python-sphinx' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-pillow' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython>=4.0.1-2' 'fsl' 'fsleyes-widgets>=0.5.4' 'fsleyes-props>=1.5.1' 'python-wxnatpy>=0.3.0' 'python-indexed-gzip>=0.7.0')
makedepends=()
provides=()
conflicts=()