summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2024-03-28 19:24:51 +0100
committerTobias Bachmann2024-03-28 19:24:51 +0100
commit051475672421a87faacd3624147499128a5e9cc4 (patch)
tree9edc60c147a37b3dcab5c9861fc0dc196e3643e5
parent0b2b4636a3fcd23cfe6d6c97bdafa542fb2afd79 (diff)
downloadaur-fsleyes.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 4291b13bd66c..6fb942af5298 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.10.2
+ pkgver = 1.10.4
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -31,7 +31,7 @@ pkgbase = fsleyes
depends = python-wxpython
depends = python-xarray
depends = python-parse
- depends = fslpy>=3.16.1
+ depends = fslpy>=3.18.1
depends = fsleyes-widgets>=0.14.3
depends = fsleyes-props>=1.11.0
depends = python-file-tree>=0.4.0
@@ -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.10.2/fsleyes-1.10.2.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.10.4/fsleyes-1.10.4.tar.gz
source = fsleyes.desktop
- sha256sums = 00c4afb029ed394585b9680e36733acb135570aa0d4ffa30adc7f23659c047e8
+ sha256sums = 856c8f1941d781499218914c96f69fb3f5024e98e38ee8550084cf0befc83be7
sha256sums = 40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index dc0ec2a33f45..7ead0005b7a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.10.2
+pkgver=1.10.4
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.16.1' 'fsleyes-widgets>=0.14.3' 'fsleyes-props>=1.11.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.18.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=('00c4afb029ed394585b9680e36733acb135570aa0d4ffa30adc7f23659c047e8'
+sha256sums=('856c8f1941d781499218914c96f69fb3f5024e98e38ee8550084cf0befc83be7'
'40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac')
build() {