summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-04-10 14:39:54 +0200
committerTobias Bachmann2018-04-10 14:39:54 +0200
commit0f045c5b5007dbf272a6964aa34aba83ff3811c7 (patch)
treeb30eb1445a28f4d62246b5e9c1014f0a8abcda5a
parente4abdba701c94eb1cb79eaf51a8eafd111bfc89f (diff)
downloadaur-0f045c5b5007dbf272a6964aa34aba83ff3811c7.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 4683b0b6351b..1afd2f640bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsleyes-props
pkgdesc = The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes.
pkgver = 1.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@@ -9,7 +9,7 @@ pkgbase = fsleyes-props
makedepends = python-numpy
makedepends = python-matplotlib
makedepends = python-deprecation
- makedepends = python-wxpython-phoenix
+ makedepends = python-wxpython>=4.0.1-2
makedepends = fslpy>=1.7.1
makedepends = fsleyes-widgets
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index b67c09fe077e..52a47fbe08a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
pkgver=1.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="The fsleyes-props project is an event programming framework, which includes the ability for automatic CLI generation and, optionally, automatic GUI generation (if wxPython is present). It is used by FSLeyes."
arch=('any')
url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
-makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython-phoenix' 'fslpy>=1.7.1' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=1.7.1' 'fsleyes-widgets')
optdepends=()
provides=()
conflicts=()