summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-29 21:28:46 +0000
committerwjhandley2023-06-29 21:28:46 +0000
commitc2345548f84b0652eaf634662dc2a144bf918a2e (patch)
tree497eda6062ceb49e75e06551fd7805b546633d2e
parent259d5fab5cdb21ca0735f54ef04a429ac20659d0 (diff)
downloadaur-c2345548f84b0652eaf634662dc2a144bf918a2e.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 eabcb41d315d..c97a47cd0be5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b43
+ pkgver = 2.0.0b44
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.0.0b43.tar.gz
- sha256sums = 450b3f9253fcd3d9d6999c5aad85f948539e1195d9b364b44be46078f5f1cc84
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b44.tar.gz
+ sha256sums = 3b75b4f688ecd9a0e0e220d27b3b787c3d95b04efc27f1c25243c1a9ef3b06e2
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 6f2795bcc340..39b1680433ff 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.0.0b43
+pkgver=2.0.0b44
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=('450b3f9253fcd3d9d6999c5aad85f948539e1195d9b364b44be46078f5f1cc84')
+sha256sums=('3b75b4f688ecd9a0e0e220d27b3b787c3d95b04efc27f1c25243c1a9ef3b06e2')
build() {
cd "$srcdir/$_name-$pkgver"