summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2023-09-28 13:29:51 +0200
committerTobias Bachmann2023-09-28 13:29:51 +0200
commitc406a71fb5260021e76c929856645acc58a02b8c (patch)
tree8da4fad0640bda90870969f69d0c4feb906dbe00
parent081a229e17ec771c3baf60bebb79b3dde47d8cae (diff)
downloadaur-c406a71fb5260021e76c929856645acc58a02b8c.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 6898f729c8ec..c7543876a7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.8.2
+ pkgver = 1.9.0
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -31,9 +31,9 @@ pkgbase = fsleyes
depends = python-wxpython
depends = python-xarray
depends = python-parse
- depends = fslpy>=3.13.3
+ depends = fslpy>=3.15.1
depends = fsleyes-widgets>=0.14.3
- depends = fsleyes-props>=1.10.0
+ depends = fsleyes-props>=1.11.0
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
@@ -41,9 +41,9 @@ pkgbase = fsleyes
optdepends = python-rtree
optdepends = jupyter-notebook
optdepends = python-trimesh
- source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.8.2/fsleyes-1.8.2.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.9.0/fsleyes-1.9.0.tar.gz
source = fsleyes.desktop
- sha256sums = b19bb9ae64211eb7cb1d28433f65262ee18b3d52bdce7a8a195bf2ed36210d79
+ sha256sums = 9df417534c9bf0d0a903fb1a3728d44b022c1a01966a1d3cea8d5fa45c5c08d3
sha256sums = 40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index f628c4c16ef1..8ab2d7b4c18c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.8.2
+pkgver=1.9.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' 'python-xarray' 'python-parse' 'fslpy>=3.13.3' 'fsleyes-widgets>=0.14.3' 'fsleyes-props>=1.10.0' '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' 'python-xarray' 'python-parse' 'fslpy>=3.15.1' 'fsleyes-widgets>=0.14.3' 'fsleyes-props>=1.11.0' '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=('b19bb9ae64211eb7cb1d28433f65262ee18b3d52bdce7a8a195bf2ed36210d79'
+sha256sums=('9df417534c9bf0d0a903fb1a3728d44b022c1a01966a1d3cea8d5fa45c5c08d3'
'40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac')
build() {