summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2021-12-31 13:56:02 +0000
committerWill Handley2021-12-31 13:56:02 +0000
commit46e766af73c2567e098a7ae418e273b623b4a6ca (patch)
tree12fc6cc305e68ff68425075f2e5550804deca1cb
parente94b773e7658e4439c74a0e8dd59ee830f35fb44 (diff)
downloadaur-46e766af73c2567e098a7ae418e273b623b4a6ca.tar.gz
1.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c617552d8bd6..6fdc5c18b861 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.3.0
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/cmbant/getdist
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-getdist
depends = python-pyside2
depends = python-pandas
options = !emptydirs
- source = https://github.com/cmbant/getdist/archive/1.3.0.tar.gz
- sha256sums = 8828031446fc91c0725f970c11bc79ad3442f8ea0360daebadd60ceaaed79a60
+ source = https://github.com/cmbant/getdist/archive/1.3.3.tar.gz
+ sha256sums = 6c3a28850c0c4c320928724f1a75066dcac5266b6192e5cf55b7f874d0413d42
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index 0fe4833d4f00..2b89a5f7bce6 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.3.0
+pkgver=1.3.3
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=('8828031446fc91c0725f970c11bc79ad3442f8ea0360daebadd60ceaaed79a60')
+sha256sums=('6c3a28850c0c4c320928724f1a75066dcac5266b6192e5cf55b7f874d0413d42')
build() {
cd "$srcdir/$_modulename-$pkgver/"
python setup.py build