summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 452e9d8cea95..34ddabae2cb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-emcee
pkgdesc = Kick ass affine-invariant ensemble MCMC sampling
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = http://emcee.readthedocs.io/
arch = any
@@ -12,8 +12,8 @@ pkgbase = python2-emcee
depends = python2-numpy
optdepends = python2-tqdm: For progress bars
optdepends = python2-h5py: For HDF5 backend
- source = https://files.pythonhosted.org/packages/source/e/emcee/emcee-3.0.0.tar.gz
- md5sums = 4424318732c500a1d4db1b71e3eea7cf
+ source = https://files.pythonhosted.org/packages/source/e/emcee/emcee-3.0.1.tar.gz
+ md5sums = 5dcedeec26010549af341863966dd4c7
pkgname = python2-emcee
diff --git a/PKGBUILD b/PKGBUILD
index 408a893a5858..8c40cb93d846 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-emcee
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Kick ass affine-invariant ensemble MCMC sampling"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('python2-tqdm: For progress bars'
makedepends=('python2-setuptools')
checkdepends=('python2-pytest' 'python2-scipy' 'python2-h5py')
source=("https://files.pythonhosted.org/packages/source/e/emcee/emcee-${pkgver}.tar.gz")
-md5sums=('4424318732c500a1d4db1b71e3eea7cf')
+md5sums=('5dcedeec26010549af341863966dd4c7')
build () {
cd ${srcdir}/emcee-${pkgver}