summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-08-16 21:17:19 +0000
committerwjhandley2023-08-16 21:17:19 +0000
commitfa3c98135743b991b740e813421c5e426e79a3ab (patch)
tree5bcd5cff58667e1de83b2b782b5db2400deb8f63
parentd152545e980fc72ee2e18bf4c51e760595891aa0 (diff)
downloadaur-fa3c98135743b991b740e813421c5e426e79a3ab.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 816f50fd4560..de54092fc82c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.2.1
+ pkgver = 2.3.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.2.1.tar.gz
- sha256sums = 61334a5ce4b34f70680d9f43e41d4b390bed3a5c4b6569ea6384db1db4eb0cb5
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.3.0.tar.gz
+ sha256sums = 62af3eee632ceaf46cb0d16e2d6b980239e67507dc166f136f3edd7232b2d215
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 6a80902debc4..88928b5556ec 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.2.1
+pkgver=2.3.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=('61334a5ce4b34f70680d9f43e41d4b390bed3a5c4b6569ea6384db1db4eb0cb5')
+sha256sums=('62af3eee632ceaf46cb0d16e2d6b980239e67507dc166f136f3edd7232b2d215')
build() {
cd "$srcdir/$_name-$pkgver"