summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-02 19:00:35 +0000
committerwjhandley2023-11-02 19:00:35 +0000
commit06bfec7e41f898b169b80e69bcf5d13965f23c35 (patch)
tree65c39839259f591cbbde29d8847b2f971916e7ae
parentf2d054f505f0ce92f5a5360159d5f0723ddfe135 (diff)
downloadaur-06bfec7e41f898b169b80e69bcf5d13965f23c35.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 95aa6ed52077..f307989d20be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.4.2
+ pkgver = 2.5.0
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.2.tar.gz
- sha256sums = 434461f9405f59654f26d6f48000aed9367c02de1cb90fab8203ba9cf5253a1d
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.5.0.tar.gz
+ sha256sums = e201247afb69507d4b64e8dd062edc8de5917814b4d68b6a5530d4410df06356
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index aa2208a8edc3..5d37fe6ab0fd 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.2
+pkgver=2.5.0
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=('434461f9405f59654f26d6f48000aed9367c02de1cb90fab8203ba9cf5253a1d')
+sha256sums=('e201247afb69507d4b64e8dd062edc8de5917814b4d68b6a5530d4410df06356')
build() {
cd "$srcdir/$_name-$pkgver"