summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-03-01 23:56:09 +0000
committerwjhandley2024-03-01 23:56:09 +0000
commita7a86301cd410b29dbc282b877d2377d9268af6a (patch)
tree14bec349c06acbe1100651206e42b2b0068b8be6
parentea8420959658238c866272c69a6136a0327c1acc (diff)
downloadaur-a7a86301cd410b29dbc282b877d2377d9268af6a.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 a359ec84ddf6..da97ffeaf07b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.7.0
+ pkgver = 2.7.1
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.7.0.tar.gz
- sha256sums = 621efffdda46ef0d51d87667876ead3e0c5e40ef08d13b0a7c5f5c8881cb99c1
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.7.1.tar.gz
+ sha256sums = 4d064db25d4258ad651a15ec8da43e43ad3fa93b67395d57085a36271139b333
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 706ca7b79994..efc1e966699e 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.7.0
+pkgver=2.7.1
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=('621efffdda46ef0d51d87667876ead3e0c5e40ef08d13b0a7c5f5c8881cb99c1')
+sha256sums=('4d064db25d4258ad651a15ec8da43e43ad3fa93b67395d57085a36271139b333')
build() {
cd "$srcdir/$_name-$pkgver"