diff options
author | Michel Zou | 2016-01-13 20:20:06 +0100 |
---|---|---|
committer | Michel Zou | 2016-01-13 20:20:06 +0100 |
commit | 73026755d659d8b40bf065441f8219bb9eb0efa3 (patch) | |
tree | a4256cc52d68ef8ea3c4ad2d4d6d8e8bfaa0dd4a | |
parent | a564c0544cfa01a44b572248ccdbdb15da78485b (diff) | |
download | aur-73026755d659d8b40bf065441f8219bb9eb0efa3.tar.gz |
4.1.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 7 insertions, 5 deletions
@@ -1,14 +1,16 @@ +# Generated by mksrcinfo v8 +# Wed Jan 13 19:20:06 UTC 2016 pkgbase = ipython-ipyparallel pkgdesc = Interactive Parallel Computing in Python - pkgver = 4.0.2 + pkgver = 4.1.0 pkgrel = 1 url = https://github.com/ipython/ipyparallel arch = any license = BSD makedepends = python-setuptools makedepends = python2-setuptools - source = https://github.com/ipython/ipyparallel/archive/4.0.2.tar.gz - md5sums = d33d94b733f02c0f8d6102dcb9be6a58 + source = https://github.com/ipython/ipyparallel/archive/4.1.0.tar.gz + md5sums = 8582c5c82ae45f7fc9cf87fdd4f26cfd pkgname = ipython-ipyparallel depends = ipython @@ -1,7 +1,7 @@ pkgbase=ipython-ipyparallel pkgname=('ipython-ipyparallel' 'ipython2-ipyparallel') -pkgver=4.0.2 +pkgver=4.1.0 pkgrel=1 pkgdesc="Interactive Parallel Computing in Python" url="https://github.com/ipython/ipyparallel" @@ -9,7 +9,7 @@ arch=(any) license=('BSD') makedepends=('python-setuptools' 'python2-setuptools') source=("https://github.com/ipython/ipyparallel/archive/${pkgver}.tar.gz") -md5sums=('d33d94b733f02c0f8d6102dcb9be6a58') +md5sums=('8582c5c82ae45f7fc9cf87fdd4f26cfd') prepare() { cp -r "${srcdir}/ipyparallel-$pkgver" "${srcdir}/ipyparallel-$pkgver-py2" |