summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-03-02 00:58:20 +0000
committerwjhandley2024-03-02 00:58:20 +0000
commitab096c97ae977ea4e422367dc84f8fbbb81b78c1 (patch)
tree3e20de2aa353e550de8e85c8da84a7de74768de6
parent65387c7166c8fb13fcf60f8b0b0d31caddf87b52 (diff)
downloadaur-ab096c97ae977ea4e422367dc84f8fbbb81b78c1.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 fb84c3dc979e..3ea976f6bd18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.7.2
+ pkgver = 2.7.3
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.2.tar.gz
- sha256sums = 6952962560e04a089f246482a415a9170622ef3fc688c17f44fcee5d2da84e9c
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.7.3.tar.gz
+ sha256sums = 554c430ff2fd8097f713e7cff94dc8af88d9a493181010ac4719b579f8252726
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 0f2d2c66f1f5..1167f02305ee 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.2
+pkgver=2.7.3
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=('6952962560e04a089f246482a415a9170622ef3fc688c17f44fcee5d2da84e9c')
+sha256sums=('554c430ff2fd8097f713e7cff94dc8af88d9a493181010ac4719b579f8252726')
build() {
cd "$srcdir/$_name-$pkgver"