summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Bachmann2020-05-28 16:22:40 +0200
committerTobias Bachmann2020-05-28 16:22:40 +0200
commit5b3221f428e629b967e9508f6abe8089dff18542 (patch)
tree0728630688c3c06a0ab45b2b717d74b7e18cd1ee /PKGBUILD
parentfc2cafd0cc90fe283a689b39d9b6627a98c53ad2 (diff)
downloadaur-5b3221f428e629b967e9508f6abe8089dff18542.tar.gz
Version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e67f4009008..a62b9e8647a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes-props
-pkgver=1.6.7
+pkgver=1.7.0
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' 'python-wxpython>=4.0.1-2' 'fslpy>=1.11.1' 'fsleyes-widgets>=0.7.3')
+makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-wxpython>=4.0.1-2' 'fslpy>=3.1.0' 'fsleyes-widgets>=0.7.3')
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=('15009449c8761a3ed6caec9ca36a3e2fad700185f147766046fcbead90541179')
+sha256sums=('52f12a7a052cbecfc33f2aeb2623577940617c3968d80680633e3f4cbcf54751')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*