summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-04-24 20:58:18 +0000
committerwjhandley2024-04-24 20:58:18 +0000
commit2bc44be13b6b48f11e601779c0c7597412865fab (patch)
tree50521dbb13acce9be1c342281891e62b8e58d33b
parent02f7260b1ae513d975e4d7a89f444fe81a7f8871 (diff)
downloadaur-2bc44be13b6b48f11e601779c0c7597412865fab.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 a23b88c032aa..ea7013971214 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
- pkgver = 2.8.11
+ pkgver = 2.8.12
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.8.11.tar.gz
- sha256sums = ba8be5ef20ab42fa58e4922aa138ed73624fb7e729d78fb7b6aa4796caad2d40
+ source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.8.12.tar.gz
+ sha256sums = 2cbab1ea76e3a47f3c05c39bccf331b2b6f014b3e4e0d0c946ea039ec24d1244
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index a9549ce8c0f2..61304b32bd6e 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.8.11
+pkgver=2.8.12
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=('ba8be5ef20ab42fa58e4922aa138ed73624fb7e729d78fb7b6aa4796caad2d40')
+sha256sums=('2cbab1ea76e3a47f3c05c39bccf331b2b6f014b3e4e0d0c946ea039ec24d1244')
build() {
cd "$srcdir/$_name-$pkgver"