summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aad2a24e3b2..d042a7d87c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.4
+ pkgver = 1.4.3
pkgrel = 1
url = https://github.com/cmbant/GetDist
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-getdist
depends = pyside2
depends = python-pandas
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/G/GetDist/GetDist-1.4.tar.gz
- sha256sums = 2ae8afdac6b61d0d4225f4973a9517b679ceee7561503a6ec220fcc938e6a5fc
+ source = https://files.pythonhosted.org/packages/source/G/GetDist/GetDist-1.4.3.tar.gz
+ sha256sums = 7432945e2d517c6ba765348eff276c0affb2da2b69397b1a99c743ee57666180
pkgname = python-getdist
diff --git a/PKGBUILD b/PKGBUILD
index a1c6c71e86cd..e7f5fe2c86fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-getdist
_name=GetDist
-pkgver=1.4
+pkgver=1.4.3
pkgrel=1
pkgdesc="MCMC sample analysis, kernel densities, plotting, and GUI"
arch=(any)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('2ae8afdac6b61d0d4225f4973a9517b679ceee7561503a6ec220fcc938e6a5fc')
+sha256sums=('7432945e2d517c6ba765348eff276c0affb2da2b69397b1a99c743ee57666180')
build() {
cd "$srcdir/$_name-$pkgver"