summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-08-04 11:54:22 +0000
committerwjhandley2023-08-04 11:54:22 +0000
commitee9f833f051e9e3e2cb7d746a46885b3973fd262 (patch)
tree81b4684d2b9e809d39e4d2cc9ac01c1ce5e8a775
parent375efe9e0985c67bb6dbdc58148eb39f94c44b13 (diff)
downloadaur-ee9f833f051e9e3e2cb7d746a46885b3973fd262.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 d93148993773..bf8a859ec005 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.1.4
+ pkgver = 2.1.5
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.4.tar.gz
- sha256sums = 20cccd7b24914e50511d99e601385ea6bad44bf68d91b6a04a5443488b910f07
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.1.5.tar.gz
+ sha256sums = 48949fbfef1ba49adc22bcee205e89e799f1ece4ac87004a0f756b504b45d007
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 614c8678dc94..fcec4675480f 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.4
+pkgver=2.1.5
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=('20cccd7b24914e50511d99e601385ea6bad44bf68d91b6a04a5443488b910f07')
+sha256sums=('48949fbfef1ba49adc22bcee205e89e799f1ece4ac87004a0f756b504b45d007')
build() {
cd "$srcdir/$_name-$pkgver"