summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2023-11-16 20:24:28 +0100
committerTobias Bachmann2023-11-16 20:24:28 +0100
commit78f753cb51923c7d861f87f5cff9c67b14ddb784 (patch)
treeed203cd4041c6922d15620fa287167199d24953d
parentc406a71fb5260021e76c929856645acc58a02b8c (diff)
downloadaur-78f753cb51923c7d861f87f5cff9c67b14ddb784.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 c7543876a7dd..79aaf5beaf82 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 1.9.0
+ pkgver = 1.10.1
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.1
+ depends = fslpy>=3.15.2
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.9.0/fsleyes-1.9.0.tar.gz
+ source = https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/-/archive/1.10.1/fsleyes-1.10.1.tar.gz
source = fsleyes.desktop
- sha256sums = 9df417534c9bf0d0a903fb1a3728d44b022c1a01966a1d3cea8d5fa45c5c08d3
+ sha256sums = ac7ebb67766713d486ec8436036f0721d5461b1c67ffcf314a1ba510adafe12e
sha256sums = 40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index 8ab2d7b4c18c..c0502092e8d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=1.9.0
+pkgver=1.10.1
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.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.15.2' '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=('9df417534c9bf0d0a903fb1a3728d44b022c1a01966a1d3cea8d5fa45c5c08d3'
+sha256sums=('ac7ebb67766713d486ec8436036f0721d5461b1c67ffcf314a1ba510adafe12e'
'40400e0dca12cee5ace94830560fbf64ac451143f56a92ef31ef5825fbd6d2ac')
build() {