summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2024-02-06 23:08:48 +0100
committerTobias Bachmann2024-02-06 23:08:48 +0100
commit0b2b4636a3fcd23cfe6d6c97bdafa542fb2afd79 (patch)
tree33a2da7cce010fc369b4b3e753e2c7774c6d0581
parent78f753cb51923c7d861f87f5cff9c67b14ddb784 (diff)
downloadaur-0b2b4636a3fcd23cfe6d6c97bdafa542fb2afd79.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 79aaf5beaf82..4291b13bd66c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.10.1
+ pkgver = 1.10.2
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.15.2
+ depends = fslpy>=3.16.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.1/fsleyes-1.10.1.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.10.2/fsleyes-1.10.2.tar.gz
source = fsleyes.desktop
- sha256sums = ac7ebb67766713d486ec8436036f0721d5461b1c67ffcf314a1ba510adafe12e
+ sha256sums = 00c4afb029ed394585b9680e36733acb135570aa0d4ffa30adc7f23659c047e8
sha256sums = 40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index c0502092e8d8..dc0ec2a33f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.10.1
+pkgver=1.10.2
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.15.2' '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.16.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=('ac7ebb67766713d486ec8436036f0721d5461b1c67ffcf314a1ba510adafe12e'
+sha256sums=('00c4afb029ed394585b9680e36733acb135570aa0d4ffa30adc7f23659c047e8'
'40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac')
build() {