summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-09-27 22:44:10 +0000
committerwjhandley2023-09-27 22:44:10 +0000
commit7887ac4f99c9edffe9113be1b897532b3fafb6a4 (patch)
tree1106962b4ecfc23d3ab90cabe0e4454ce54fe55b
parent6fb15de252b92725ff079a357e3d589ef856396d (diff)
downloadaur-7887ac4f99c9edffe9113be1b897532b3fafb6a4.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 fbe3389125e9..ea0b6ac83ef3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.3.3
+ pkgver = 2.3.4
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.3.tar.gz
- sha256sums = 41d962ce6b3f89d96865302887813071ad035e61ff05dbe2d2f077fc7ce9ec89
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.3.4.tar.gz
+ sha256sums = 726d694443c259c74543352ef97863b9620544cc7c8dc631aee9ae15acc496e1
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index a709bcee794a..42f2cc2fabee 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.3
+pkgver=2.3.4
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=('41d962ce6b3f89d96865302887813071ad035e61ff05dbe2d2f077fc7ce9ec89')
+sha256sums=('726d694443c259c74543352ef97863b9620544cc7c8dc631aee9ae15acc496e1')
build() {
cd "$srcdir/$_name-$pkgver"