summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-19 16:01:00 +0000
committerwjhandley2023-06-19 16:01:00 +0000
commit8fbf279471089aeaf43007861c1c43b810ea1229 (patch)
tree5c4dcfd7d31a6286830fc59dc83924dc57d40efc
parent118831808a54a83582a385d9ae6fb03a695355d2 (diff)
downloadaur-8fbf279471089aeaf43007861c1c43b810ea1229.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7209f1a28d93..a5ff6b9efdae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b39
- pkgrel = 2
+ pkgver = 2.0.0b40
+ pkgrel = 1
url = https://github.com/handley-lab/anesthetic
arch = any
license = MIT
@@ -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.0.0b39.tar.gz
- sha256sums = 9c6e585f9432b9640d4dbbbece85079a750659c1982ed0d2baa6a9e63a7bd737
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b40.tar.gz
+ sha256sums = d348b6663d26008c5d06cb1e3249707e0fdb623963491cfb87d69add5687d008
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 298674073bdd..6323ff9e552f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-anesthetic
_name=${pkgname#python-}
-pkgver=2.0.0b39
-pkgrel=2
+pkgver=2.0.0b40
+pkgrel=1
pkgdesc="nested sampling post-processing"
arch=(any)
url="https://github.com/handley-lab/anesthetic"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('9c6e585f9432b9640d4dbbbece85079a750659c1982ed0d2baa6a9e63a7bd737')
+sha256sums=('d348b6663d26008c5d06cb1e3249707e0fdb623963491cfb87d69add5687d008')
build() {
cd "$srcdir/$_name-$pkgver"