summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-09-13 13:45:18 +0000
committerwjhandley2023-09-13 13:45:18 +0000
commita22a01611e8a14174409bb5b6f94edd9a2a8a3ba (patch)
tree2c925584c4dfe96f44d4f1632280e4f2f7bb4676
parent4c4723602ee2eb40e614758d263fb1ccc2f609ba (diff)
downloadaur-a22a01611e8a14174409bb5b6f94edd9a2a8a3ba.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 de336f2befe4..bcc577096005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.3.1
+ pkgver = 2.3.2
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.1.tar.gz
- sha256sums = 70d4dae62deb6c03df9028ec380b664a09a5f70ae2d46319d3e0956421b4e361
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.3.2.tar.gz
+ sha256sums = f1d742affbfc1e3f9cbf301ae60e3de3354351a68a41e4262d2518adb9806a1b
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 650695621d24..b6a2f2f208d1 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.1
+pkgver=2.3.2
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=('70d4dae62deb6c03df9028ec380b664a09a5f70ae2d46319d3e0956421b4e361')
+sha256sums=('f1d742affbfc1e3f9cbf301ae60e3de3354351a68a41e4262d2518adb9806a1b')
build() {
cd "$srcdir/$_name-$pkgver"