summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-03 19:53:22 +0000
committerwjhandley2023-11-03 19:53:22 +0000
commitab2665a3de80504fd5e8eb6e2987f3433977d37d (patch)
tree5923090e233415809803a3132ba579879ff5e8c7
parent06bfec7e41f898b169b80e69bcf5d13965f23c35 (diff)
downloadaur-ab2665a3de80504fd5e8eb6e2987f3433977d37d.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 f307989d20be..3611d206eb09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.5.0
+ pkgver = 2.5.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.5.0.tar.gz
- sha256sums = e201247afb69507d4b64e8dd062edc8de5917814b4d68b6a5530d4410df06356
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.5.1.tar.gz
+ sha256sums = 5f01f48d2a2583fcaee1305a990572cb59df8c7f981d6ddd3001150aa08100a0
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 5d37fe6ab0fd..73f941bf7052 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.5.0
+pkgver=2.5.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=('e201247afb69507d4b64e8dd062edc8de5917814b4d68b6a5530d4410df06356')
+sha256sums=('5f01f48d2a2583fcaee1305a990572cb59df8c7f981d6ddd3001150aa08100a0')
build() {
cd "$srcdir/$_name-$pkgver"