Version bump

This commit is contained in:
Tobias Bachmann 2018-03-15 21:36:29 +01:00
parent bfd1523efb
commit de5240eded
2 changed files with 7 additions and 9 deletions

View file

@ -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

View file

@ -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-"*