summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2017-04-25 22:26:21 +0200
committerJaroslav Lichtblau2017-04-25 22:26:21 +0200
commitfa1c367a614bb85ef5a7e0446c65fd36951b462c (patch)
treea2554bb2618428e73dda1119a11cd92bbb176b78
parent984948d1877c0d84870731d62d3fc183ec8f9b7d (diff)
downloadaur-fa1c367a614bb85ef5a7e0446c65fd36951b462c.tar.gz
python-scikit-image-0.13.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fa077e6a6f..e37de5b59384 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Apr 30 10:33:16 UTC 2016
+# Tue Apr 25 20:25:52 UTC 2017
pkgbase = python-scikit-image
pkgdesc = Image processing routines for SciPy
- pkgver = 0.12.3
+ pkgver = 0.13.0
pkgrel = 1
url = http://scikit-image.org/
arch = i686
@@ -21,8 +21,8 @@ pkgbase = python-scikit-image
makedepends = python2-pillow
makedepends = python-pillow
options = !emptydirs
- source = https://pypi.python.org/packages/source/s/scikit-image/scikit-image-0.12.3.tar.gz
- sha256sums = 82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7
+ source = https://pypi.python.org/packages/f0/a2/918366ba9095ed4c07646be903c795f375d978ee418136eecb0571559719/scikit-image-0.13.0.tar.gz
+ sha256sums = 77a636bdc08c7668a15951894548c527f0c8c5c2abc86cb850de17551af51e3e
pkgname = python2-scikit-image
depends = python2-scipy
diff --git a/PKGBUILD b/PKGBUILD
index 9f5d765ab2d9..0d7e8cc80984 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgbase=python-scikit-image
pkgname=('python2-scikit-image' 'python-scikit-image')
-pkgver=0.12.3
+pkgver=0.13.0
pkgrel=1
pkgdesc="Image processing routines for SciPy"
arch=('i686' 'x86_64')
@@ -14,8 +14,8 @@ 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')
options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz)
-sha256sums=('82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7')
+source=(https://pypi.python.org/packages/f0/a2/918366ba9095ed4c07646be903c795f375d978ee418136eecb0571559719/scikit-image-${pkgver}.tar.gz)
+sha256sums=('77a636bdc08c7668a15951894548c527f0c8c5c2abc86cb850de17551af51e3e')
prepare() {
cd "$srcdir"