summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-08-01 18:07:54 +0000
committerwjhandley2023-08-01 18:07:54 +0000
commit375efe9e0985c67bb6dbdc58148eb39f94c44b13 (patch)
tree9448e3af4cc05ab3889cfe630f90bf5357d7f375
parentdcf554c82ec299db93a72f979a56a947267c19c0 (diff)
downloadaur-375efe9e0985c67bb6dbdc58148eb39f94c44b13.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 26fe4c84925d..d93148993773 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.1.3
+ pkgver = 2.1.4
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.3.tar.gz
- sha256sums = 1ce1b6f7514af161ff12c60cb0ac8aff20ebfd3264c2520f7c401edc6b7d6780
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.1.4.tar.gz
+ sha256sums = 20cccd7b24914e50511d99e601385ea6bad44bf68d91b6a04a5443488b910f07
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index ea5141163bb0..614c8678dc94 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.3
+pkgver=2.1.4
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=('1ce1b6f7514af161ff12c60cb0ac8aff20ebfd3264c2520f7c401edc6b7d6780')
+sha256sums=('20cccd7b24914e50511d99e601385ea6bad44bf68d91b6a04a5443488b910f07')
build() {
cd "$srcdir/$_name-$pkgver"