summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-04-19 10:48:18 +0100
committerWill Handley2021-04-19 10:48:18 +0100
commit0cb3455f74e858a3d87d28a054255f3e32d9c3a2 (patch)
treec19d4d92993d35aadb69b41ff7898839bd174159
parentf658fe320ef9709123b72bfc2ce7da924d789d4f (diff)
downloadaur-0cb3455f74e858a3d87d28a054255f3e32d9c3a2.tar.gz
1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9146715b26a4..bb3dedfed0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.1.2
- pkgrel = 2
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/cmbant/getdist
arch = any
makedepends = python-setuptools
@@ -12,8 +12,8 @@ pkgbase = python-getdist
depends = python-pyside2
depends = python-pandas
options = !emptydirs
- source = https://github.com/cmbant/getdist/archive/1.1.2.tar.gz
- sha256sums = 80feaa964fdfa777e68efcc6a96b9a99ad3e663504ba91e97fff9843b2308b62
+ source = https://github.com/cmbant/getdist/archive/1.2.0.tar.gz
+ sha256sums = d74f31552f0a8ce00ecb418ed7b6719d9e131aaf56f3b54cfdbe031c0c3c11db
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 0821b79af655..9b3c9ce6f5dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
_modulename=getdist
pkgname=python-$_modulename
-pkgver=1.1.2
-pkgrel=2
+pkgver=1.2.0
+pkgrel=1
pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=(any)
url="https://github.com/cmbant/getdist"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('80feaa964fdfa777e68efcc6a96b9a99ad3e663504ba91e97fff9843b2308b62')
+sha256sums=('d74f31552f0a8ce00ecb418ed7b6719d9e131aaf56f3b54cfdbe031c0c3c11db')
package() {
cd "$srcdir/$_modulename-${pkgver}"