summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-07-19 23:41:47 +0000
committerwjhandley2023-07-19 23:41:47 +0000
commitb1408dd5ac1e7f6960d44a4352857256320a7a64 (patch)
tree6bc56d3bc0324f7ece6f0ca353ad209853d7f189
parentd0419058641483b48451710e4d142368a072e1da (diff)
downloadaur-b1408dd5ac1e7f6960d44a4352857256320a7a64.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 036e9cdc532d..c1a5f15f19ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.0.1
+ pkgver = 2.1.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.1.tar.gz
- sha256sums = 44700370a93a47912155b90a00d7837bd003c471c208d2e711b6b6cce0288fd3
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.1.0.tar.gz
+ sha256sums = caa0c23b38612bf8adfb4987132c00846c7d78dccd4958a53717c3c4552c9807
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 3484e85c79fe..207252e8095c 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.1
+pkgver=2.1.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=('44700370a93a47912155b90a00d7837bd003c471c208d2e711b6b6cce0288fd3')
+sha256sums=('caa0c23b38612bf8adfb4987132c00846c7d78dccd4958a53717c3c4552c9807')
build() {
cd "$srcdir/$_name-$pkgver"