summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-07-19 21:22:21 +0000
committerwjhandley2023-07-19 21:22:21 +0000
commitd0419058641483b48451710e4d142368a072e1da (patch)
treee7ae839a31a717b464c0aac15d2b9f575c2f6554
parentc03f949af46cce6304f44988e80d902af2a69b0b (diff)
downloadaur-d0419058641483b48451710e4d142368a072e1da.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 56513ef15b98..036e9cdc532d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.0
+ pkgver = 2.0.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.0.0.tar.gz
- sha256sums = be874e5c634fd01a9e3e092057923850119afd71a0be65c5de9f80a6413e1c8e
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.1.tar.gz
+ sha256sums = 44700370a93a47912155b90a00d7837bd003c471c208d2e711b6b6cce0288fd3
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index fe95c1998306..3484e85c79fe 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.0
+pkgver=2.0.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=('be874e5c634fd01a9e3e092057923850119afd71a0be65c5de9f80a6413e1c8e')
+sha256sums=('44700370a93a47912155b90a00d7837bd003c471c208d2e711b6b6cce0288fd3')
build() {
cd "$srcdir/$_name-$pkgver"