summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-14 11:10:12 +0000
committerwjhandley2023-11-14 11:10:12 +0000
commit78ca0cc850b391f4df44d80496dc17e6e3bcfffd (patch)
tree5f4b402ced40efad0c51263f28f2bdb74db549ff
parentab2665a3de80504fd5e8eb6e2987f3433977d37d (diff)
downloadaur-78ca0cc850b391f4df44d80496dc17e6e3bcfffd.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 3611d206eb09..02a466fde108 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.5.1
+ pkgver = 2.5.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.5.1.tar.gz
- sha256sums = 5f01f48d2a2583fcaee1305a990572cb59df8c7f981d6ddd3001150aa08100a0
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.5.2.tar.gz
+ sha256sums = fb370b572214d42c666f5879c3d8bcb24ee5bd6850726b951facd3de29919e16
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 73f941bf7052..7158c23a9b6b 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.1
+pkgver=2.5.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=('5f01f48d2a2583fcaee1305a990572cb59df8c7f981d6ddd3001150aa08100a0')
+sha256sums=('fb370b572214d42c666f5879c3d8bcb24ee5bd6850726b951facd3de29919e16')
build() {
cd "$srcdir/$_name-$pkgver"