summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-07-31 17:48:40 +0000
committerwjhandley2023-07-31 17:48:40 +0000
commitdcf554c82ec299db93a72f979a56a947267c19c0 (patch)
treead4e15678a60290a4b433b9152ed515fd85e5c61
parentee2231189e3c8db9ff883452b8c792bacbd154f2 (diff)
downloadaur-dcf554c82ec299db93a72f979a56a947267c19c0.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 8b678c89f1f1..26fe4c84925d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.1.2
+ pkgver = 2.1.3
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.2.tar.gz
- sha256sums = c4ba253c2614233a7e751d410be63f2ddcf38b66122798d43a15d7fd5973d881
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.1.3.tar.gz
+ sha256sums = 1ce1b6f7514af161ff12c60cb0ac8aff20ebfd3264c2520f7c401edc6b7d6780
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index 4e9105794ed8..ea5141163bb0 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.2
+pkgver=2.1.3
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=('c4ba253c2614233a7e751d410be63f2ddcf38b66122798d43a15d7fd5973d881')
+sha256sums=('1ce1b6f7514af161ff12c60cb0ac8aff20ebfd3264c2520f7c401edc6b7d6780')
build() {
cd "$srcdir/$_name-$pkgver"