summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-09-22 07:19:18 +0000
committerwjhandley2023-09-22 07:19:18 +0000
commit6fb15de252b92725ff079a357e3d589ef856396d (patch)
treef011395c0170a0f00911acc86b734e1a6f9cdd7e
parenta22a01611e8a14174409bb5b6f94edd9a2a8a3ba (diff)
downloadaur-6fb15de252b92725ff079a357e3d589ef856396d.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 bcc577096005..fbe3389125e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.3.2
+ pkgver = 2.3.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.3.2.tar.gz
- sha256sums = f1d742affbfc1e3f9cbf301ae60e3de3354351a68a41e4262d2518adb9806a1b
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.3.3.tar.gz
+ sha256sums = 41d962ce6b3f89d96865302887813071ad035e61ff05dbe2d2f077fc7ce9ec89
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index b6a2f2f208d1..a709bcee794a 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.2
+pkgver=2.3.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=('f1d742affbfc1e3f9cbf301ae60e3de3354351a68a41e4262d2518adb9806a1b')
+sha256sums=('41d962ce6b3f89d96865302887813071ad035e61ff05dbe2d2f077fc7ce9ec89')
build() {
cd "$srcdir/$_name-$pkgver"