summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2021-04-23 02:00:37 +0200
committerTobias Bachmann2021-04-23 02:00:37 +0200
commitbf74171dd9a454aac6e2e443159d1c15dd6354be (patch)
tree868d29b373877fadb5170630d7e8498df565b8e2
parent25eb42f65be97079fec822a32f9305a126df9d4e (diff)
downloadaur-bf74171dd9a454aac6e2e443159d1c15dd6354be.tar.gz
Version bump
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 14 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 328cf066b69c..41b20343e01a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 0.34.2
- pkgrel = 3
+ pkgver = 1.0.2
+ pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@@ -24,16 +24,19 @@ pkgbase = fsleyes
depends = python-pytest-xdist
depends = python-certifi
depends = python-wxpython>=4.0.1-2
- depends = fslpy>=3.2.2
- depends = fsleyes-widgets>=0.9.0
- depends = fsleyes-props>=1.7.0
+ depends = python-xarray
+ depends = python-parse
+ depends = fslpy>=3.6.0
+ depends = fsleyes-widgets>=0.12.1
+ depends = fsleyes-props>=1.7.3
+ depends = python-file-tree>=0.3.5
optdepends = fsl: Enable loading standard images and advanced features (highly recommended)
optdepends = python-wxnatpy: Enable loading overlay from XNAT
optdepends = python-indexed-gzip: Fast random access of gzipped image files
optdepends = python-rtree
- source = fsleyes-0.34.2.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=0.34.2
+ source = fsleyes-1.0.2.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=1.0.2
source = fsleyes.desktop
- sha256sums = 3be3cdaa2e98d288be35381e7879fa07e690e9497bd6076089c3bd52aa6ae1b8
+ sha256sums = bd18cc0e467b2ffeef7f98787dd9c97adfb2c061b5cd79a98e812bddea37f300
sha256sums = 6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb
pkgname = fsleyes
diff --git a/PKGBUILD b/PKGBUILD
index 819a14418af1..e13ed03159c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=0.34.2
-pkgrel=3
+pkgver=1.0.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-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' 'fslpy>=3.2.2' 'fsleyes-widgets>=0.9.0' 'fsleyes-props>=1.7.0')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-six' 'python-numpy' '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.6.0' 'fsleyes-widgets>=0.12.1' 'fsleyes-props>=1.7.3' 'python-file-tree>=0.3.5')
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'
@@ -18,7 +18,7 @@ conflicts=()
replaces=()
source=("${pkgname}-${pkgver}.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=${pkgver}"
"${pkgname}.desktop")
-sha256sums=('3be3cdaa2e98d288be35381e7879fa07e690e9497bd6076089c3bd52aa6ae1b8'
+sha256sums=('bd18cc0e467b2ffeef7f98787dd9c97adfb2c061b5cd79a98e812bddea37f300'
'6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb')
package() {