summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-02-23 11:25:07 +0000
committerWill Handley2023-02-23 11:25:07 +0000
commit16ecbf6ba65e43896f3d7e8f059c2bdcc92a392c (patch)
tree112682bbbf9237263b2362513585c247e06a59f3
parent3e4c2f122ebbbd65be1b78536140cd6e9399f1f9 (diff)
downloadaur-16ecbf6ba65e43896f3d7e8f059c2bdcc92a392c.tar.gz
latest version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dcadc86e86be..0efd5908e70d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling visualisation
- pkgver = 2.0.0b11
+ pkgver = 2.0.0b17
pkgrel = 1
url = https://github.com/williamjameshandley/anesthetic
arch = any
@@ -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.0b11.tar.gz
- sha256sums = 45bfea3a2d5debf2f18080c90c2044ef263091ced6679cfab0c55200aede6314
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b17.tar.gz
+ sha256sums = 93e092996da9f85f881ead575af1ae5969af065ef55281e4ebb9883763a38b14
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 151d3d646a76..117cb7eafd7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-anesthetic
_name=${pkgname#python-}
-pkgver=2.0.0b11
+pkgver=2.0.0b17
pkgrel=1
pkgdesc="nested sampling visualisation"
arch=(any)
@@ -17,7 +17,8 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(45bfea3a2d5debf2f18080c90c2044ef263091ced6679cfab0c55200aede6314)
+sha256sums=(93e092996da9f85f881ead575af1ae5969af065ef55281e4ebb9883763a38b14)
+
build() {
cd "$srcdir/$_name-$pkgver"
python -m build --wheel --no-isolation