summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-10-01 20:58:12 +0000
committerwjhandley2023-10-01 20:58:12 +0000
commit6bd78aedd96fd578b07f32185d81db6f8ef77e73 (patch)
treef328fddee89787630852310de35b608d45c74f54
parent2e55106acfc854ac31f0da043a573d45bcbdbd94 (diff)
downloadaur-6bd78aedd96fd578b07f32185d81db6f8ef77e73.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 c1c9f3a6b386..0ce7818d0979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.4.0
+ pkgver = 2.4.1
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.0.tar.gz
- sha256sums = 7b367bcffa0168c4ec97c47c12b8f313ca2abfde7ab1a5303811265bf02f83aa
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.4.1.tar.gz
+ sha256sums = 7862f8abac59ec33b05a771b4a40e581efa723d4c6e2b3104047174b2f6f2831
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 466285c538d5..0802817568b7 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.0
+pkgver=2.4.1
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=('7b367bcffa0168c4ec97c47c12b8f313ca2abfde7ab1a5303811265bf02f83aa')
+sha256sums=('7862f8abac59ec33b05a771b4a40e581efa723d4c6e2b3104047174b2f6f2831')
build() {
cd "$srcdir/$_name-$pkgver"