summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-02-06 13:43:23 +0000
committerwjhandley2024-02-06 13:43:23 +0000
commitea8420959658238c866272c69a6136a0327c1acc (patch)
tree619938a2d00524f435fe7497c3ae22cfde3a4ba3
parent3cfcc3aef4c7587d8716cd805ea31810e44933ed (diff)
downloadaur-ea8420959658238c866272c69a6136a0327c1acc.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 1c80f4326ba2..a359ec84ddf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.6.0
+ pkgver = 2.7.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.6.0.tar.gz
- sha256sums = 137f2f2ec037c508ef3c24c5499c995aab4e2a88ee557f069560f36d6afa6134
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.7.0.tar.gz
+ sha256sums = 621efffdda46ef0d51d87667876ead3e0c5e40ef08d13b0a7c5f5c8881cb99c1
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index e1982b950c04..706ca7b79994 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.6.0
+pkgver=2.7.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=('137f2f2ec037c508ef3c24c5499c995aab4e2a88ee557f069560f36d6afa6134')
+sha256sums=('621efffdda46ef0d51d87667876ead3e0c5e40ef08d13b0a7c5f5c8881cb99c1')
build() {
cd "$srcdir/$_name-$pkgver"