diff --git a/.SRCINFO b/.SRCINFO index e4e4507921b..94374b8d4f3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,17 +1,17 @@ pkgbase = fslpy pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes. pkgver = 1.13.3 - pkgrel = 1 + pkgrel = 2 url = https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes arch = any license = Apache makedepends = python-setuptools - makedepends = python-six - makedepends = python-numpy - makedepends = python-scipy - makedepends = python-deprecation - makedepends = python-nibabel depends = python + depends = python-six + depends = python-numpy + depends = python-scipy + depends = python-deprecation + depends = python-nibabel source = fslpy-1.13.3.tar.gz::https://git.fmrib.ox.ac.uk/fsl/fslpy/repository/archive.tar.gz?ref=1.13.3 sha256sums = 8b8f010382995c16bc8fece97bf003a9b29ab70b14f94ff1fa4ada310b804985 diff --git a/PKGBUILD b/PKGBUILD index 29ab670d376..e0e399231f1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Tobias Bachmann pkgname=fslpy pkgver=1.13.3 -pkgrel=1 +pkgrel=2 pkgdesc="The fslpy package is a collection of utilities and data abstractions used by FSLeyes." arch=('any') url="https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSLeyes" license=('Apache') groups=() -depends=('python') -makedepends=('python-setuptools' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel') +depends=('python' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel') +makedepends=('python-setuptools') optdepends=() provides=() conflicts=()