summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 648b248248d6..4325a9e389ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes-widgets
pkgdesc = FSLeyes is the FSL image viewer, widgets is one of its dependent projects
- pkgver = 0.12.3
+ pkgver = 0.14.3
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -8,10 +8,10 @@ pkgbase = fsleyes-widgets
makedepends = python-six
makedepends = python-numpy
makedepends = python-matplotlib
- makedepends = python-wxpython>=4.0.1-2
+ makedepends = python-wxpython
makedepends = python-deprecation
depends = python
- source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/-/archive/0.12.3/widgets-0.12.3.tar.gz
- sha256sums = 76756235969f9f4b44882b9440a9de2821c74de96b20bbcb11419669344464da
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/widgets/-/archive/0.14.3/widgets-0.14.3.tar.gz
+ sha256sums = a81d068ee003f7550a21fcf12f05c79ff4e0cb741464caa58cb9b3cd0fba6e55
pkgname = fsleyes-widgets
diff --git a/PKGBUILD b/PKGBUILD
index 8679214c112a..cf2498416010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-widgets
-pkgver=0.12.3
+pkgver=0.14.3
pkgrel=1
pkgdesc="FSLeyes is the FSL image viewer, widgets is one of its dependent projects"
arch=('any')
@@ -8,13 +8,13 @@ url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
-makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-wxpython>=4.0.1-2' 'python-deprecation')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-wxpython' 'python-deprecation')
optdepends=()
provides=()
conflicts=()
replaces=()
source=("https://git.fmrib.ox.ac.uk/fsl/fsleyes/${pkgname#fsleyes-}/-/archive/${pkgver}/${pkgname#fsleyes-}-${pkgver}.tar.gz")
-sha256sums=('76756235969f9f4b44882b9440a9de2821c74de96b20bbcb11419669344464da')
+sha256sums=('a81d068ee003f7550a21fcf12f05c79ff4e0cb741464caa58cb9b3cd0fba6e55')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver"