summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2022-08-31 17:55:35 +0200
committerTobias Bachmann2022-08-31 17:55:35 +0200
commitbd27301e0964614ee0a7289c0daf64a48e09e663 (patch)
tree9250a2d5346f51eb17fd0c095d3d533f7a17a831
parentafa4d96c75b4c5a922277bcda9294ed44fed6ccb (diff)
downloadaur-bd27301e0964614ee0a7289c0daf64a48e09e663.tar.gz
Version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f4ca4e9281d..d8b879ce86ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.4.6
+ pkgver = 1.5.0
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -27,9 +27,9 @@ pkgbase = fsleyes
depends = python-wxpython>=4.0.1-2
depends = python-xarray
depends = python-parse
- depends = fslpy>=3.9.5
+ depends = fslpy>=3.10.0
depends = fsleyes-widgets>=0.12.3
- depends = fsleyes-props>=1.7.3
+ depends = fsleyes-props>=1.8.2
depends = python-file-tree>=0.4.0
optdepends = fsl: Enable loading standard images and advanced features (highly recommended)
optdepends = python-wxnatpy: Enable loading overlay from XNAT
@@ -37,9 +37,9 @@ pkgbase = fsleyes
optdepends = python-rtree
optdepends = jupyter-notebook
optdepends = python-trimesh
- source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.4.6/fsleyes-1.4.6.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.5.0/fsleyes-1.5.0.tar.gz
source = fsleyes.desktop
- sha256sums = 8306942235a7b26c461cb4fa3cdac04819cd141a1bce585a80a65373242fc172
+ sha256sums = 0e58fc9505901bf2ddd971f75de97fe978d80c02e200ecac84cca976e1eba0f3
sha256sums = 6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index 2a14e197398a..f575a77a02bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.4.6
+pkgver=1.5.0
pkgrel=1
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-setuptools' 'python-sphinx' 'python-six' 'python-numpy' 'python-dill' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-opengl' 'python-pyparsing' 'python-pillow' 'python-scipy' 'python-opengl-accelerate' 'python-wheel' 'python-twine' 'python-pytest-timeout' 'python-pytest-xdist' 'python-certifi' 'python-wxpython>=4.0.1-2' 'python-xarray' 'python-parse' 'fslpy>=3.9.5' 'fsleyes-widgets>=0.12.3' 'fsleyes-props>=1.7.3' 'python-file-tree>=0.4.0')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-six' 'python-numpy' 'python-dill' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-opengl' 'python-pyparsing' 'python-pillow' 'python-scipy' 'python-opengl-accelerate' 'python-wheel' 'python-twine' 'python-pytest-timeout' 'python-pytest-xdist' 'python-certifi' 'python-wxpython>=4.0.1-2' 'python-xarray' 'python-parse' 'fslpy>=3.10.0' 'fsleyes-widgets>=0.12.3' 'fsleyes-props>=1.8.2' 'python-file-tree>=0.4.0')
optdepends=('fsl: Enable loading standard images and advanced features (highly recommended)'
'python-wxnatpy: Enable loading overlay from XNAT'
'python-indexed-gzip: Fast random access of gzipped image files'
@@ -20,7 +20,7 @@ conflicts=()
replaces=()
source=("https://git.fmrib.ox.ac.uk/fsl/${pkgname}/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
"${pkgname}.desktop")
-sha256sums=('8306942235a7b26c461cb4fa3cdac04819cd141a1bce585a80a65373242fc172'
+sha256sums=('0e58fc9505901bf2ddd971f75de97fe978d80c02e200ecac84cca976e1eba0f3'
'6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb')
package() {