summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-04-24 20:55:52 +0000
committerwjhandley2024-04-24 20:55:52 +0000
commit02f7260b1ae513d975e4d7a89f444fe81a7f8871 (patch)
tree539ec5ec0d0c0bc9c3a888675c885baa66c5f445
parent4f8325178ba7868100113dbda5ffa9c9fece03fa (diff)
downloadaur-02f7260b1ae513d975e4d7a89f444fe81a7f8871.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 cd52506a636d..a23b88c032aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.8.9
+ pkgver = 2.8.11
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.9.tar.gz
- sha256sums = 2b8e3f321e37c9c4e80d43e47b9515fee9a3f101ba1bf7724e6a70d082bc2de9
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.8.11.tar.gz
+ sha256sums = ba8be5ef20ab42fa58e4922aa138ed73624fb7e729d78fb7b6aa4796caad2d40
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index a3b48ad11ee5..a9549ce8c0f2 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.9
+pkgver=2.8.11
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=('2b8e3f321e37c9c4e80d43e47b9515fee9a3f101ba1bf7724e6a70d082bc2de9')
+sha256sums=('ba8be5ef20ab42fa58e4922aa138ed73624fb7e729d78fb7b6aa4796caad2d40')
build() {
cd "$srcdir/$_name-$pkgver"