summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-16 15:12:16 +0000
committerwjhandley2023-06-16 15:12:16 +0000
commit1788fb629bb76589b951341f986d58d553276bc4 (patch)
treebad5e227ebc32e41dc228214ad704064f83448ef
parent16ecbf6ba65e43896f3d7e8f059c2bdcc92a392c (diff)
downloadaur-1788fb629bb76589b951341f986d58d553276bc4.tar.gz
Update AUR package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0efd5908e70d..15ac48fa0d8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python-anesthetic
- pkgdesc = nested sampling visualisation
- pkgver = 2.0.0b17
+ pkgdesc = nested sampling post-processing
+ pkgver = 2.0.0b37
pkgrel = 1
- url = https://github.com/williamjameshandley/anesthetic
+ url = https://github.com/handley-lab/anesthetic
arch = any
license = MIT
makedepends = python-build
@@ -12,7 +12,7 @@ pkgbase = python-anesthetic
depends = python-scipy
depends = python-pandas
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b17.tar.gz
- sha256sums = 93e092996da9f85f881ead575af1ae5969af065ef55281e4ebb9883763a38b14
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b37.tar.gz
+ sha256sums = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 117cb7eafd7a..ffab03abad01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-anesthetic
_name=${pkgname#python-}
-pkgver=2.0.0b17
+pkgver=2.0.0b37
pkgrel=1
-pkgdesc="nested sampling visualisation"
+pkgdesc="nested sampling post-processing"
arch=(any)
-url="https://github.com/williamjameshandley/anesthetic"
+url="https://github.com/handley-lab/anesthetic"
license=(MIT)
groups=()
depends=(python-numpy python-matplotlib python-scipy python-pandas)
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(93e092996da9f85f881ead575af1ae5969af065ef55281e4ebb9883763a38b14)
+sha256sums=(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)
build() {
cd "$srcdir/$_name-$pkgver"