summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-29 20:27:41 +0000
committerwjhandley2023-06-29 20:27:41 +0000
commit259d5fab5cdb21ca0735f54ef04a429ac20659d0 (patch)
tree643ca9c2723b994362507744ddbecafbbffd8ae0
parent707592a49d23837af15a5baeb72a6279dfc16112 (diff)
downloadaur-259d5fab5cdb21ca0735f54ef04a429ac20659d0.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 ba3eb3f477c8..eabcb41d315d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b42
+ pkgver = 2.0.0b43
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.0b42.tar.gz
- sha256sums = 4638b0be3990babad61a8127d58dd3b2206721dc22c0804e22d0b3b548add103
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b43.tar.gz
+ sha256sums = 450b3f9253fcd3d9d6999c5aad85f948539e1195d9b364b44be46078f5f1cc84
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index d4729d9d5605..6f2795bcc340 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.0b42
+pkgver=2.0.0b43
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=('4638b0be3990babad61a8127d58dd3b2206721dc22c0804e22d0b3b548add103')
+sha256sums=('450b3f9253fcd3d9d6999c5aad85f948539e1195d9b364b44be46078f5f1cc84')
build() {
cd "$srcdir/$_name-$pkgver"