summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-04-14 13:29:33 +0200
committerTobias Bachmann2019-04-14 13:29:33 +0200
commit2465e58c8e1e0472bd2a140a5d75dfd192368111 (patch)
treee667d31c87e59329f7deaff935b686eec0ae66f4
parent184d32734df86296f7a34e3d388a402dd7fcd535 (diff)
downloadaur-2465e58c8e1e0472bd2a140a5d75dfd192368111.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD15
2 files changed, 7 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3a731137b10..fe4689096cdf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fsleyes
pkgdesc = FSLeyes is the FSL image viewer
- pkgver = 0.28.1
+ pkgver = 0.28.2
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
@@ -19,16 +19,16 @@ pkgbase = fsleyes
depends = python-opengl-accelerate
depends = python-wxpython>=4.0.1-2
depends = fsl
- depends = fslpy>=2.0.1
+ depends = fslpy>=2.1.0
depends = fsleyes-widgets>=0.7.3
depends = fsleyes-props>=1.6.5
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-0.28.2.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fsleyes/fsleyes/repository/archive.tar.gz?ref=0.28.2
source = fsleyes.png::https://git.fmrib.ox.ac.uk/uploads/-/system/group/avatar/85/icon_512x512.png
source = fsleyes.desktop
- sha256sums = 51be9de6ad92aa67dfdfbdd77518b143b47ad2b705e432428b8d8bb61b3f80fc
+ sha256sums = b348d700e214f14103620d72e62b8c7a68a8b9b02239bc8752a553062278528e
sha256sums = c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a
sha256sums = 6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb
diff --git a/PKGBUILD b/PKGBUILD
index 9a64b5fa70da..63e1a6d51c5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fsleyes
-pkgver=0.28.1
+pkgver=0.28.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-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')
+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.1.0' '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')
@@ -18,19 +18,10 @@ 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=('51be9de6ad92aa67dfdfbdd77518b143b47ad2b705e432428b8d8bb61b3f80fc'
+sha256sums=('b348d700e214f14103620d72e62b8c7a68a8b9b02239bc8752a553062278528e'
'c7211ee624483a272f280b3aa772046ec9226d838f9c3023450888abddf9d71a'
'6e91e88eb74602f8da7cda6575245dbaaf4577022bffe15c0efedb33106139fb')
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}-"*
- # "Patching" for Pillow>=5.0 support
- sed -i 's/Pillow>=3\.2\.0,<5\.0/Pillow>=3\.2\.0/g' requirements.txt
- # "Patching" for matplotlib>3.0.0 support
- sed -i 's/matplotlib>=1\.5\.1,<3\.0/matplotlib>=1.5.1/g' requirements.txt
-
-}
-
package() {
cd "${srcdir}/${pkgname}-${pkgver}-"*