summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-29 08:19:52 +0000
committerwjhandley2023-06-29 08:19:52 +0000
commite59918fff005a56c11e73399640515611821c9ce (patch)
tree437f109071f93bbfae05844d22a2f3e5863b494f
parent8fbf279471089aeaf43007861c1c43b810ea1229 (diff)
downloadaur-e59918fff005a56c11e73399640515611821c9ce.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a5ff6b9efdae..c0bea8c54785 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b40
+ pkgver = 2.0.0b41
pkgrel = 1
url = https://github.com/handley-lab/anesthetic
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-anesthetic
depends = python-pandas
provides = anesthetic
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b40.tar.gz
- sha256sums = d348b6663d26008c5d06cb1e3249707e0fdb623963491cfb87d69add5687d008
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b41.tar.gz
+ sha256sums = e5b222fe1481a438cee391c2ada029fdab9f8e4b33f565e62428ccd5eee275dd
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 6323ff9e552f..3cae1eed5291 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.0b40
+pkgver=2.0.0b41
pkgrel=1
pkgdesc="nested sampling post-processing"
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=('d348b6663d26008c5d06cb1e3249707e0fdb623963491cfb87d69add5687d008')
+sha256sums=('e5b222fe1481a438cee391c2ada029fdab9f8e4b33f565e62428ccd5eee275dd')
build() {
cd "$srcdir/$_name-$pkgver"