summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-08-16 19:56:03 +0000
committerwjhandley2023-08-16 19:56:03 +0000
commitd152545e980fc72ee2e18bf4c51e760595891aa0 (patch)
tree8adaf641f2a2f1904b6f3550dc949f9d5f4d5155
parentfec7bdfeea3096aec40bb3e8f4c4ad5dda08d7e4 (diff)
downloadaur-d152545e980fc72ee2e18bf4c51e760595891aa0.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 ee785e55716c..816f50fd4560 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.2.0
+ pkgver = 2.2.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.2.0.tar.gz
- sha256sums = 6b5b00e768f2b317d0d2d2e7a750273cfecfc84852a68c478558cd3b549a1c52
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.2.1.tar.gz
+ sha256sums = 61334a5ce4b34f70680d9f43e41d4b390bed3a5c4b6569ea6384db1db4eb0cb5
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 2a761148d249..6a80902debc4 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.2.0
+pkgver=2.2.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=('6b5b00e768f2b317d0d2d2e7a750273cfecfc84852a68c478558cd3b549a1c52')
+sha256sums=('61334a5ce4b34f70680d9f43e41d4b390bed3a5c4b6569ea6384db1db4eb0cb5')
build() {
cd "$srcdir/$_name-$pkgver"