summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-08-20 21:10:10 +0100
committerWill Handley2023-08-20 21:10:10 +0100
commit02d39f294d68747a7d6a47932c5947abad7d01f6 (patch)
treed1168b4678a17d094282392debfc65f7920b2ea5
parent743aad056d10f55b8d031b96d71c35ce75998903 (diff)
downloadaur-02d39f294d68747a7d6a47932c5947abad7d01f6.tar.gz
1.4.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1be35b4d529..d042a7d87c98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-getdist
pkgdesc = MCMC sample analysis, kernel densities, plotting, and GUI
- pkgver = 1.3.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.3.4.tar.gz
- sha256sums = bc007b91fb3cbb0947ef4b6558cbb21a20038b31361a43751f70794c1c6e0721
+ 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 30151fe7ad3b..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.3.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=('bc007b91fb3cbb0947ef4b6558cbb21a20038b31361a43751f70794c1c6e0721')
+sha256sums=('7432945e2d517c6ba765348eff276c0affb2da2b69397b1a99c743ee57666180')
build() {
cd "$srcdir/$_name-$pkgver"