summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c40cb93d846..6ef235cc52f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python2-emcee
-pkgver=3.0.1
+pkgver=3.0.2
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=('5dcedeec26010549af341863966dd4c7')
+md5sums=('24b3bea970457d3cd14d37c406df68d7')
build () {
cd ${srcdir}/emcee-${pkgver}