summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-29 11:30:46 +0000
committerwjhandley2023-06-29 11:30:46 +0000
commit707592a49d23837af15a5baeb72a6279dfc16112 (patch)
treef33b90606ba00164cbd6197fb02b01072749bc8e
parente59918fff005a56c11e73399640515611821c9ce (diff)
downloadaur-707592a49d23837af15a5baeb72a6279dfc16112.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 c0bea8c54785..ba3eb3f477c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b41
+ pkgver = 2.0.0b42
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.0b41.tar.gz
- sha256sums = e5b222fe1481a438cee391c2ada029fdab9f8e4b33f565e62428ccd5eee275dd
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b42.tar.gz
+ sha256sums = 4638b0be3990babad61a8127d58dd3b2206721dc22c0804e22d0b3b548add103
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 3cae1eed5291..d4729d9d5605 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.0b41
+pkgver=2.0.0b42
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=('e5b222fe1481a438cee391c2ada029fdab9f8e4b33f565e62428ccd5eee275dd')
+sha256sums=('4638b0be3990babad61a8127d58dd3b2206721dc22c0804e22d0b3b548add103')
build() {
cd "$srcdir/$_name-$pkgver"