summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-03-02 00:36:00 +0000
committerwjhandley2024-03-02 00:36:00 +0000
commit65387c7166c8fb13fcf60f8b0b0d31caddf87b52 (patch)
treea5142710cb9773cc8056399c84c160e816ea4783
parenta7a86301cd410b29dbc282b877d2377d9268af6a (diff)
downloadaur-65387c7166c8fb13fcf60f8b0b0d31caddf87b52.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 da97ffeaf07b..fb84c3dc979e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.7.1
+ pkgver = 2.7.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.7.1.tar.gz
- sha256sums = 4d064db25d4258ad651a15ec8da43e43ad3fa93b67395d57085a36271139b333
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.7.2.tar.gz
+ sha256sums = 6952962560e04a089f246482a415a9170622ef3fc688c17f44fcee5d2da84e9c
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index efc1e966699e..0f2d2c66f1f5 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.7.1
+pkgver=2.7.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=('4d064db25d4258ad651a15ec8da43e43ad3fa93b67395d57085a36271139b333')
+sha256sums=('6952962560e04a089f246482a415a9170622ef3fc688c17f44fcee5d2da84e9c')
build() {
cd "$srcdir/$_name-$pkgver"