summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2018-03-15 21:36:29 +0100
committerTobias Bachmann2018-03-15 21:36:29 +0100
commitde5240eded8bc016aec3fa72c0aec0a4d0f67388 (patch)
treee272b1b85a4e73ab5c66fadd8e8daa31535f21bb
parentbfd1523efbdaa76a69d781701e9e690a6a0299fa (diff)
downloadaur-de5240eded8bc016aec3fa72c0aec0a4d0f67388.tar.gz
Version bump
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35f729a38b4d..c06e090e514d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,18 @@
pkgbase = fslpy
pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes.
- pkgver = 1.6.5
+ pkgver = 1.7.1
pkgrel = 1
url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes
arch = any
license = Apache
makedepends = python-six
makedepends = python-numpy
- makedepends = python-matplotlib
+ makedepends = python-scipy
makedepends = python-deprecation
makedepends = python-nibabel
- makedepends = python-wxpython-phoenix
- makedepends = python-indexed-gzip
depends = python
- source = fslpy-1.6.5.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.6.5
- sha256sums = 9704773cf2c8fe1d7517336662e558158861faddaecb84be85a2bcaee6aeb464
+ source = fslpy-1.7.1.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.7.1
+ sha256sums = c82890190fcfd17be617077123b9e5a13ff71ba8b9468ca18daeee5f8205e15f
pkgname = fslpy
diff --git a/PKGBUILD b/PKGBUILD
index 9fab1ff790ab..988229163769 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=fslpy
-pkgver=1.6.5
+pkgver=1.7.1
pkgrel=1
pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes."
arch=('any')
@@ -8,13 +8,13 @@ url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes"
license=('Apache')
groups=()
depends=('python')
-makedepends=('python-six' 'python-numpy' 'python-matplotlib' 'python-deprecation' 'python-nibabel' 'python-wxpython-phoenix' 'python-indexed-gzip')
+makedepends=('python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel')
optdepends=()
provides=()
conflicts=()
replaces=()
source=($pkgname-$pkgver.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=$pkgver)
-sha256sums=('9704773cf2c8fe1d7517336662e558158861faddaecb84be85a2bcaee6aeb464')
+sha256sums=('c82890190fcfd17be617077123b9e5a13ff71ba8b9468ca18daeee5f8205e15f')
package() {
cd "$srcdir/${pkgname#fsleyes-}-$pkgver-"*