summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-09-30 00:12:54 +0000
committerwjhandley2023-09-30 00:12:54 +0000
commit2e55106acfc854ac31f0da043a573d45bcbdbd94 (patch)
tree0f296e1b46a688686f6331196c6609cc50d86206
parentfe717160008b8807b8a79a9184df9a2e5316ad44 (diff)
downloadaur-2e55106acfc854ac31f0da043a573d45bcbdbd94.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 ed2ca6d8619f..c1c9f3a6b386 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.3.5
+ pkgver = 2.4.0
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.5.tar.gz
- sha256sums = f7828ee290f1f949382de8f6c672eb4333dd6b27e3ed8cdffc88a78f97c7417b
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.4.0.tar.gz
+ sha256sums = 7b367bcffa0168c4ec97c47c12b8f313ca2abfde7ab1a5303811265bf02f83aa
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 496ea2f1a743..466285c538d5 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.5
+pkgver=2.4.0
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=('f7828ee290f1f949382de8f6c672eb4333dd6b27e3ed8cdffc88a78f97c7417b')
+sha256sums=('7b367bcffa0168c4ec97c47c12b8f313ca2abfde7ab1a5303811265bf02f83aa')
build() {
cd "$srcdir/$_name-$pkgver"