summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-14 15:23:12 +0000
committerwjhandley2023-11-14 15:23:12 +0000
commit3cfcc3aef4c7587d8716cd805ea31810e44933ed (patch)
tree783c9f188b0e67b7f75718d81ad93c76853bf094
parent78ca0cc850b391f4df44d80496dc17e6e3bcfffd (diff)
downloadaur-3cfcc3aef4c7587d8716cd805ea31810e44933ed.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 02a466fde108..1c80f4326ba2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.5.2
+ pkgver = 2.6.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.5.2.tar.gz
- sha256sums = fb370b572214d42c666f5879c3d8bcb24ee5bd6850726b951facd3de29919e16
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.6.0.tar.gz
+ sha256sums = 137f2f2ec037c508ef3c24c5499c995aab4e2a88ee557f069560f36d6afa6134
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 7158c23a9b6b..e1982b950c04 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.2
+pkgver=2.6.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=('fb370b572214d42c666f5879c3d8bcb24ee5bd6850726b951facd3de29919e16')
+sha256sums=('137f2f2ec037c508ef3c24c5499c995aab4e2a88ee557f069560f36d6afa6134')
build() {
cd "$srcdir/$_name-$pkgver"