summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-29 22:53:54 +0000
committerwjhandley2023-06-29 22:53:54 +0000
commitc03f949af46cce6304f44988e80d902af2a69b0b (patch)
tree9df8842ad80978e70f8bcc5936578c542b22395e
parentc2345548f84b0652eaf634662dc2a144bf918a2e (diff)
downloadaur-c03f949af46cce6304f44988e80d902af2a69b0b.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 c97a47cd0be5..56513ef15b98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0b44
+ pkgver = 2.0.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.0.0b44.tar.gz
- sha256sums = 3b75b4f688ecd9a0e0e220d27b3b787c3d95b04efc27f1c25243c1a9ef3b06e2
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0.tar.gz
+ sha256sums = be874e5c634fd01a9e3e092057923850119afd71a0be65c5de9f80a6413e1c8e
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 39b1680433ff..fe95c1998306 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.0b44
+pkgver=2.0.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=('3b75b4f688ecd9a0e0e220d27b3b787c3d95b04efc27f1c25243c1a9ef3b06e2')
+sha256sums=('be874e5c634fd01a9e3e092057923850119afd71a0be65c5de9f80a6413e1c8e')
build() {
cd "$srcdir/$_name-$pkgver"