summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-10-04 21:26:01 +0000
committerwjhandley2023-10-04 21:26:01 +0000
commitf2d054f505f0ce92f5a5360159d5f0723ddfe135 (patch)
treed7537a99c13a0c954710b184d28e18ac5f04d791
parent6bd78aedd96fd578b07f32185d81db6f8ef77e73 (diff)
downloadaur-f2d054f505f0ce92f5a5360159d5f0723ddfe135.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 0ce7818d0979..95aa6ed52077 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.4.1
+ pkgver = 2.4.2
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.4.1.tar.gz
- sha256sums = 7862f8abac59ec33b05a771b4a40e581efa723d4c6e2b3104047174b2f6f2831
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.4.2.tar.gz
+ sha256sums = 434461f9405f59654f26d6f48000aed9367c02de1cb90fab8203ba9cf5253a1d
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 0802817568b7..aa2208a8edc3 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.4.1
+pkgver=2.4.2
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=('7862f8abac59ec33b05a771b4a40e581efa723d4c6e2b3104047174b2f6f2831')
+sha256sums=('434461f9405f59654f26d6f48000aed9367c02de1cb90fab8203ba9cf5253a1d')
build() {
cd "$srcdir/$_name-$pkgver"