summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-07-27 03:25:57 +0000
committerwjhandley2023-07-27 03:25:57 +0000
commitee2231189e3c8db9ff883452b8c792bacbd154f2 (patch)
treea76d312c148c3ed12d3986cc685cdf00cbc13326
parent0014a2dd7f0d66c9daf6f320420d547d2fad78af (diff)
downloadaur-ee2231189e3c8db9ff883452b8c792bacbd154f2.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 369339d4a185..8b678c89f1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.1.1
+ pkgver = 2.1.2
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.1.tar.gz
- sha256sums = b5265429078388ada0517b11fabc287c1b93bfab04f5299ca287c05b609de916
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.1.2.tar.gz
+ sha256sums = c4ba253c2614233a7e751d410be63f2ddcf38b66122798d43a15d7fd5973d881
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 6fe5382aa0d1..4e9105794ed8 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.1
+pkgver=2.1.2
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=('b5265429078388ada0517b11fabc287c1b93bfab04f5299ca287c05b609de916')
+sha256sums=('c4ba253c2614233a7e751d410be63f2ddcf38b66122798d43a15d7fd5973d881')
build() {
cd "$srcdir/$_name-$pkgver"