summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-05-03 22:00:42 +0100
committerWill Handley2021-05-03 22:00:54 +0100
commit105267e69b2f200d32071981561aed49eae6f26d (patch)
tree4d0297a440ff9e02959ff21f8af3e6b4ec7e5e8e
parent0cb3455f74e858a3d87d28a054255f3e32d9c3a2 (diff)
downloadaur-105267e69b2f200d32071981561aed49eae6f26d.tar.gz
1.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb3dedfed0e3..980c0ad1a8b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.2.0
+ pkgver = 1.2.1
pkgrel = 1
url = https://github.com/cmbant/getdist
arch = any
@@ -12,8 +12,8 @@ pkgbase = python-getdist
depends = python-pyside2
depends = python-pandas
options = !emptydirs
- source = https://github.com/cmbant/getdist/archive/1.2.0.tar.gz
- sha256sums = d74f31552f0a8ce00ecb418ed7b6719d9e131aaf56f3b54cfdbe031c0c3c11db
+ source = https://github.com/cmbant/getdist/archive/1.2.1.tar.gz
+ sha256sums = 1b532477741ec4dec042b8977cbe1ab327e1e22e4cb5dfe37dfdb89b61d3d9f5
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 9b3c9ce6f5dd..bb744e6a5e7e 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.2.0
+pkgver=1.2.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=('d74f31552f0a8ce00ecb418ed7b6719d9e131aaf56f3b54cfdbe031c0c3c11db')
+sha256sums=('1b532477741ec4dec042b8977cbe1ab327e1e22e4cb5dfe37dfdb89b61d3d9f5')
package() {
cd "$srcdir/$_modulename-${pkgver}"