summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-09-12 13:09:25 +0000
committerwjhandley2023-09-12 13:09:25 +0000
commit4c4723602ee2eb40e614758d263fb1ccc2f609ba (patch)
tree5aba03f1ccdd6f412d0b76c9fd2df38f84d258b6
parentfa3c98135743b991b740e813421c5e426e79a3ab (diff)
downloadaur-4c4723602ee2eb40e614758d263fb1ccc2f609ba.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 de54092fc82c..de336f2befe4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.3.0
+ pkgver = 2.3.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.3.0.tar.gz
- sha256sums = 62af3eee632ceaf46cb0d16e2d6b980239e67507dc166f136f3edd7232b2d215
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.3.1.tar.gz
+ sha256sums = 70d4dae62deb6c03df9028ec380b664a09a5f70ae2d46319d3e0956421b4e361
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 88928b5556ec..650695621d24 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.3.0
+pkgver=2.3.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=('62af3eee632ceaf46cb0d16e2d6b980239e67507dc166f136f3edd7232b2d215')
+sha256sums=('70d4dae62deb6c03df9028ec380b664a09a5f70ae2d46319d3e0956421b4e361')
build() {
cd "$srcdir/$_name-$pkgver"