Date: Monday, March 7, 2016 @ 19:14:12 Author: jlichtblau Revision: 165532
upgpkg: python-scikit-image 0.12.1-1 - new upstream release Modified: python-scikit-image/trunk/PKGBUILD ----------+ PKGBUILD | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-07 17:54:13 UTC (rev 165531) +++ PKGBUILD 2016-03-07 18:14:12 UTC (rev 165532) @@ -1,24 +1,23 @@ # $Id$ -# Maintainer: Andrzej Giniewicz <[email protected]> +# Maintainer: Jaroslav Lichtblau <[email protected]> +# Contributor: Andrzej Giniewicz <[email protected]> #TODO (AUR optdepends): PyAMG, Astropy, SimpleITK, imread pkgbase=python-scikit-image pkgname=('python2-scikit-image' 'python-scikit-image') -pkgver=0.11.3 -pkgrel=2 +pkgver=0.12.1 +pkgrel=1 pkgdesc="Image processing routines for SciPy" arch=('i686' 'x86_64') url="http://scikit-image.org/" license=('BSD') -makedepends=('cython2' 'cython' 'python2-six' 'python-six' - 'python2-scipy' 'python-scipy' 'python2-matplotlib' 'python-matplotlib' - 'python2-networkx' 'python-networkx' 'python2-pillow' 'python-pillow') +makedepends=('cython2' 'cython' 'python2-six' 'python-six' 'python2-scipy' 'python-scipy' 'python2-matplotlib' + 'python-matplotlib' 'python2-networkx' 'python-networkx' 'python2-pillow' 'python-pillow') options=(!emptydirs) +source=(https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz) +sha256sums=('ae1ecc557c74b62d1f7a23d1204a46c760ea9f652db1302449b6a63630520056') -source=("https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz") -md5sums=('5cd60fe78adbe30254a87081f12500f9') - prepare() { cd "$srcdir" cp -a scikit-image-$pkgver scikit-image-py2-$pkgver
