summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2020-02-13 07:16:55 +1030
committerWill Handley2020-02-13 07:16:55 +1030
commit58a9e9cb53b074fb5eaa898bfadea739be30521c (patch)
treeef02954f32e42ec6c8bc9b12ef73f9aae492a143
parentb4ae4eec43c3622a7c6282061395ee310ea60edc (diff)
downloadaur-58a9e9cb53b074fb5eaa898bfadea739be30521c.tar.gz
Version 1.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40c0853aaa9e..962643018e9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/cmbant/getdist
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-getdist
depends = python-pyside
depends = python-pandas
options = !emptydirs
- source = https://github.com/cmbant/getdist/archive/1.0.0.tar.gz
- sha256sums = d0219e77cff599b10c6b26c4008b0b0f7d7d101a8a8efdb41b63fccd265b9025
+ source = https://github.com/cmbant/getdist/archive/1.1.0.tar.gz
+ sha256sums = 064e6c5117715c8a670d0dd71554552386932b8eb2a44f51fb67ea915ac1b459
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 30fb14fb87fa..0f42e213e5ab 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=1.0.0
+pkgver=1.1.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=('d0219e77cff599b10c6b26c4008b0b0f7d7d101a8a8efdb41b63fccd265b9025')
+sha256sums=('064e6c5117715c8a670d0dd71554552386932b8eb2a44f51fb67ea915ac1b459')
package() {
cd "$srcdir/$_modulename-${pkgver}"