summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2018-09-13 12:57:20 +0100
committerWill Handley2018-09-13 12:57:20 +0100
commite0063e6f5ec72f9e28b9a81f30f340bf5b20949b (patch)
treef5a331a6e9fc697ec7c5c17721ad300f52a72f4c
parentf725bac7902b646c19de2d2d686bbb9772662fd0 (diff)
downloadaur-e0063e6f5ec72f9e28b9a81f30f340bf5b20949b.tar.gz
v 0.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 434c6ab3d0ef..58c4f3926b88 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Dec 21 11:01:38 UTC 2017
+# Thu Sep 13 11:57:08 UTC 2018
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 0.2.8.4.2
+ pkgver = 0.3.0
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.4.2.tar.gz
- sha256sums = b418dea34a24f49ce5cd8590f5e3119b01f42e54c25b9589b3efca27ed67f1af
+ source = https://github.com/cmbant/getdist/archive/0.3.0.tar.gz
+ sha256sums = b31779a596d4613f7837cc8f1fb5732a72e37f67952491534fca68b50fe8dd5e
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index b4a9113c402d..5c5cf3c1067c 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.4.2
+pkgver=0.3.0
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=('b418dea34a24f49ce5cd8590f5e3119b01f42e54c25b9589b3efca27ed67f1af')
+sha256sums=('b31779a596d4613f7837cc8f1fb5732a72e37f67952491534fca68b50fe8dd5e')
package() {
cd "$srcdir/$_modulename-${pkgver}"