summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-08-12 13:04:22 +0000
committerwjhandley2023-08-12 13:04:22 +0000
commitfec7bdfeea3096aec40bb3e8f4c4ad5dda08d7e4 (patch)
treed0ff30ae57c758ce9751344d74a420da97f211ce
parentee9f833f051e9e3e2cb7d746a46885b3973fd262 (diff)
downloadaur-fec7bdfeea3096aec40bb3e8f4c4ad5dda08d7e4.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 bf8a859ec005..ee785e55716c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.1.5
+ pkgver = 2.2.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.1.5.tar.gz
- sha256sums = 48949fbfef1ba49adc22bcee205e89e799f1ece4ac87004a0f756b504b45d007
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.2.0.tar.gz
+ sha256sums = 6b5b00e768f2b317d0d2d2e7a750273cfecfc84852a68c478558cd3b549a1c52
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index fcec4675480f..2a761148d249 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.1.5
+pkgver=2.2.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=('48949fbfef1ba49adc22bcee205e89e799f1ece4ac87004a0f756b504b45d007')
+sha256sums=('6b5b00e768f2b317d0d2d2e7a750273cfecfc84852a68c478558cd3b549a1c52')
build() {
cd "$srcdir/$_name-$pkgver"