summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-04-09 18:48:01 +0000
committerwjhandley2024-04-09 18:48:01 +0000
commit4f8325178ba7868100113dbda5ffa9c9fece03fa (patch)
tree78f4454289fb67f15c36cbb27d31eef2e53b7999
parent537d13c171207c19bd339d5614e068dccab7a801 (diff)
downloadaur-python-anesthetic.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 340c97f96c79..cd52506a636d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.8.8
+ pkgver = 2.8.9
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.8.8.tar.gz
- sha256sums = 396648c7a1fc9692b7b7bfa701325924c129d23d9ebc7f718f04caa14871d763
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.8.9.tar.gz
+ sha256sums = 2b8e3f321e37c9c4e80d43e47b9515fee9a3f101ba1bf7724e6a70d082bc2de9
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index a27b2df7dccc..a3b48ad11ee5 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.8.8
+pkgver=2.8.9
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=('396648c7a1fc9692b7b7bfa701325924c129d23d9ebc7f718f04caa14871d763')
+sha256sums=('2b8e3f321e37c9c4e80d43e47b9515fee9a3f101ba1bf7724e6a70d082bc2de9')
build() {
cd "$srcdir/$_name-$pkgver"