summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2019-01-21 17:43:52 +0000
committerWill Handley2019-01-21 17:43:52 +0000
commit9562f30010b2b14b0d0ed3faa45ea7cbe6dcbb6b (patch)
tree49d63ef930e1742920908f95d9def6dc125b938f
parente0063e6f5ec72f9e28b9a81f30f340bf5b20949b (diff)
downloadaur-9562f30010b2b14b0d0ed3faa45ea7cbe6dcbb6b.tar.gz
0.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58c4f3926b88..b35fa0bff0c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Sep 13 11:57:08 UTC 2018
+# Mon Jan 21 17:43:42 UTC 2019
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 0.3.0
+ pkgver = 0.3.1
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.3.0.tar.gz
- sha256sums = b31779a596d4613f7837cc8f1fb5732a72e37f67952491534fca68b50fe8dd5e
+ source = https://github.com/cmbant/getdist/archive/0.3.1.tar.gz
+ sha256sums = 5d11aeb0773ccc6827fdc20eabddaf32dfd05bc2e7ac76a84f1a5c70249ab576
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 5c5cf3c1067c..3ec8a246a6c0 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.3.0
+pkgver=0.3.1
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=('b31779a596d4613f7837cc8f1fb5732a72e37f67952491534fca68b50fe8dd5e')
+sha256sums=('5d11aeb0773ccc6827fdc20eabddaf32dfd05bc2e7ac76a84f1a5c70249ab576')
package() {
cd "$srcdir/$_modulename-${pkgver}"