summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6876b932afaf..434c6ab3d0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 27 22:02:02 UTC 2017
+# Thu Dec 21 11:01:38 UTC 2017
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 0.2.8.2
+ pkgver = 0.2.8.4.2
pkgrel = 1
url = https://github.com/cmbant/getdist
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-getdist
depends = python-pyside
depends = python-pandas
options = !emptydirs
- source = https://github.com/cmbant/getdist/archive/0.2.8.2.tar.gz
- sha256sums = 065e5839d342c14f4cdd19322da6374eb803020cf0a7545c2404625781e5d8fd
+ source = https://github.com/cmbant/getdist/archive/0.2.8.4.2.tar.gz
+ sha256sums = b418dea34a24f49ce5cd8590f5e3119b01f42e54c25b9589b3efca27ed67f1af
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 55c06e48ea8b..b4a9113c402d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=getdist
pkgname=python-$_modulename
-pkgver=0.2.8.2
+pkgver=0.2.8.4.2
pkgrel=1
pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('065e5839d342c14f4cdd19322da6374eb803020cf0a7545c2404625781e5d8fd')
+sha256sums=('b418dea34a24f49ce5cd8590f5e3119b01f42e54c25b9589b3efca27ed67f1af')
package() {
cd "$srcdir/$_modulename-${pkgver}"