summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2022-06-18 21:38:44 +0200
committerTobias Bachmann2022-06-18 21:38:44 +0200
commitafa4d96c75b4c5a922277bcda9294ed44fed6ccb (patch)
tree3d613d5413e71a7fb42e1ad2d47b887f2d5e2833
parentdf5044a1cdc333609610b696569f6064e2d121ac (diff)
downloadaur-afa4d96c75b4c5a922277bcda9294ed44fed6ccb.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c44968b707b..2f4ca4e9281d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.4.5
+ pkgver = 1.4.6
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -27,7 +27,7 @@ pkgbase = fsleyes
depends = python-wxpython>=4.0.1-2
depends = python-xarray
depends = python-parse
- depends = fslpy>=3.9.0
+ depends = fslpy>=3.9.5
depends = fsleyes-widgets>=0.12.3
depends = fsleyes-props>=1.7.3
depends = python-file-tree>=0.4.0
@@ -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.5/fsleyes-1.4.5.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.4.6/fsleyes-1.4.6.tar.gz
source = fsleyes.desktop
- sha256sums = f710ab4c893d11eb08e86ac7901fc9c6b5d04121e81545328d8efe809d436fc4
+ sha256sums = 8306942235a7b26c461cb4fa3cdac04819cd141a1bce585a80a65373242fc172
sha256sums = 6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index bbb4bb8fee3e..2a14e197398a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.4.5
+pkgver=1.4.6
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.0' '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.9.5' 'fsleyes-widgets>=0.12.3' 'fsleyes-props>=1.7.3' '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=('f710ab4c893d11eb08e86ac7901fc9c6b5d04121e81545328d8efe809d436fc4'
+sha256sums=('8306942235a7b26c461cb4fa3cdac04819cd141a1bce585a80a65373242fc172'
'6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb')
package() {