diff --git a/.SRCINFO b/.SRCINFO index e62ea7fae02..de09893044f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = fslpy pkgdesc = The fslpy package is a collection of utilities and data abstractions used by FSLeyes. pkgver = 1.13.2 - 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 diff --git a/PKGBUILD b/PKGBUILD index 6799f6d18e5..bcd5ecf83f5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,14 +1,14 @@ # Maintainer: Tobias Bachmann pkgname=fslpy pkgver=1.13.2 -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-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel') +makedepends=('python-setuptools' 'python-six' 'python-numpy' 'python-scipy' 'python-deprecation' 'python-nibabel') optdepends=() provides=() conflicts=()