summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80041860dc72..4683b0b6351b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.4.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -9,12 +9,12 @@ pkgbase = fsleyes-props
makedepends = python-numpy
makedepends = python-matplotlib
makedepends = python-deprecation
- makedepends = wxpython-phoenix
- makedepends = fslpy>=1.5.4
+ makedepends = python-wxpython-phoenix
+ makedepends = fslpy>=1.7.1
makedepends = fsleyes-widgets
depends = python
- source = fsleyes-props-1.4.0.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.4.0
- sha256sums = 1cfd133902149ea9ce2775e6fbe4b3c7d5a03c8aedb1326188c0af2270bd43f3
+ source = fsleyes-props-1.5.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=1.5.1
+ sha256sums = f57606b3760c91e31180f74ac9db02c8a6abe2064c8c864eecddb12b030c6cec
pkgname = fsleyes-props
diff --git a/PKGBUILD b/PKGBUILD
index 016d252e1d79..b67c09fe077e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.4.0
+pkgver=1.5.1
pkgrel=1
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')
@@ -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-deprecation' 'wxpython-phoenix' 'fslpy>=1.5.4' 'fsleyes-widgets')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython-phoenix' 'fslpy>=1.7.1' 'fsleyes-widgets')
optdepends=()
provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/props/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('1cfd133902149ea9ce2775e6fbe4b3c7d5a03c8aedb1326188c0af2270bd43f3')
+sha256sums=('f57606b3760c91e31180f74ac9db02c8a6abe2064c8c864eecddb12b030c6cec')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*