summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-04-09 19:56:23 +0200
committerTobias Bachmann2019-04-09 19:56:23 +0200
commit184d32734df86296f7a34e3d388a402dd7fcd535 (patch)
tree5daaf6a5cdc5d76cd4b7100b26be977c066209d5
parent8b47963386fecda0a2a405eb8a0b83cb1a7a2cc1 (diff)
downloadaur-184d32734df86296f7a34e3d388a402dd7fcd535.tar.gz
Version bump; downgraded some former hard dependencies to optional ones
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7272eaee9a5..f3a731137b10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 0.28.0
+ pkgver = 0.28.1
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -22,12 +22,13 @@ pkgbase = fsleyes
depends = fslpy>=2.0.1
depends = fsleyes-widgets>=0.7.3
depends = fsleyes-props>=1.6.5
- depends = python-wxnatpy>=0.3.1-2
- depends = python-indexed-gzip>=0.8.8
- source = fsleyes-0.28.0.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=0.28.0
+ 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.28.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=0.28.1
source = fsleyes.png::https://git.fmrib.ox.ac.uk/uploads/-/system/group/avatar/85/icon_512x512.png
source = fsleyes.desktop
- sha256sums = 1d6fe69acef878c21a8ab58ea41b7796ab9551ee8cb5df4e94f04c1d8a67069f
+ sha256sums = 51be9de6ad92aa67dfdfbdd77518b143b47ad2b705e432428b8d8bb61b3f80fc
sha256sums = c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a
sha256sums = 6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb
diff --git a/PKGBUILD b/PKGBUILD
index 43e6ce996a59..9a64b5fa70da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,16 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=0.28.0
+pkgver=0.28.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-matplotlib' 'python-nibabel' 'python-jinja' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython>=4.0.1-2' 'fsl' 'fslpy>=2.0.1' 'fsleyes-widgets>=0.7.3' 'fsleyes-props>=1.6.5' 'python-wxnatpy>=0.3.1-2' 'python-indexed-gzip>=0.8.8')
+depends=('python' 'python-setuptools' 'python-sphinx' 'python-six' 'python-numpy' 'python-matplotlib' 'python-nibabel' 'python-jinja' 'python-opengl' 'python-pyparsing' 'python-scipy' 'python-opengl-accelerate' 'python-wxpython>=4.0.1-2' 'fsl' 'fslpy>=2.0.1' 'fsleyes-widgets>=0.7.3' 'fsleyes-props>=1.6.5')
+optdepends=('python-wxnatpy: Enable loading overlay from XNAT'
+ 'python-indexed-gzip: Fast random access of gzipped image files'
+ 'python-rtree')
makedepends=()
provides=()
conflicts=()
@@ -15,7 +18,7 @@ replaces=()
source=("${pkgname}-${pkgver}.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=${pkgver}"
"${pkgname}.png::https://git.fmrib.ox.ac.uk/uploads/-/system/group/avatar/85/icon_512x512.png"
"${pkgname}.desktop")
-sha256sums=('1d6fe69acef878c21a8ab58ea41b7796ab9551ee8cb5df4e94f04c1d8a67069f'
+sha256sums=('51be9de6ad92aa67dfdfbdd77518b143b47ad2b705e432428b8d8bb61b3f80fc'
'c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a'
'6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb')