summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-16 16:48:04 +0000
committerwjhandley2023-06-16 16:48:04 +0000
commit35576fce0e201ae525712f983df0b17efb4e4f86 (patch)
treed9fac613924552dc7d4c24535ad8cbad62e81cce
parent1788fb629bb76589b951341f986d58d553276bc4 (diff)
downloadaur-35576fce0e201ae525712f983df0b17efb4e4f86.tar.gz
Update AUR package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ac48fa0d8e..166a84df3e61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-anesthetic
pkgdesc = nested sampling post-processing
pkgver = 2.0.0b37
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/handley-lab/anesthetic
arch = any
license = MIT
@@ -13,6 +13,6 @@ pkgbase = python-anesthetic
depends = python-pandas
options = !emptydirs
source = https://files.pythonhosted.org/packages/source/a/anesthetic/anesthetic-2.0.0b37.tar.gz
- sha256sums = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
+ sha256sums = a0046181ae2eb1be63f4a1b99ca911f47cb5a0c86cabd567ce65519a6cd47507
pkgname = python-anesthetic
diff --git a/PKGBUILD b/PKGBUILD
index ffab03abad01..e08e51f8c8d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-anesthetic
_name=${pkgname#python-}
pkgver=2.0.0b37
-pkgrel=1
+pkgrel=2
pkgdesc="nested sampling post-processing"
arch=(any)
url="https://github.com/handley-lab/anesthetic"
@@ -17,7 +17,7 @@ backup=()
options=(!emptydirs)
install=
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=(XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX)
+sha256sums=('a0046181ae2eb1be63f4a1b99ca911f47cb5a0c86cabd567ce65519a6cd47507')
build() {
cd "$srcdir/$_name-$pkgver"