summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2020-11-22 22:01:45 +0100
committerTobias Bachmann2020-11-22 22:01:45 +0100
commit25eb42f65be97079fec822a32f9305a126df9d4e (patch)
tree68902e524709d90278fa8278ff568ec2978e6a7e
parent8f6d9824c474405b13f9bc4af8d5def96c774399 (diff)
downloadaur-25eb42f65be97079fec822a32f9305a126df9d4e.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fd2e91140f2..328cf066b69c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
pkgver = 0.34.2
- pkgrel = 2
+ pkgrel = 3
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
@@ -18,7 +18,6 @@ pkgbase = fsleyes
depends = python-pillow
depends = python-scipy
depends = python-opengl-accelerate
- depends = python-pathlib2
depends = python-wheel
depends = python-twine
depends = python-pytest-timeout
diff --git a/PKGBUILD b/PKGBUILD
index 5ab1f5e1e871..819a14418af1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
pkgver=0.34.2
-pkgrel=2
+pkgrel=3
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-pathlib2' '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' 'fslpy>=3.2.2' 'fsleyes-widgets>=0.9.0' 'fsleyes-props>=1.7.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'