summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-06 10:12:46 +0000
committerwjhandley2023-11-06 10:12:46 +0000
commit62b7a165779fa617bf5810f5106160791992436b (patch)
tree804969e3f8ca2dd39b4d545b5816a2cb80de2650
parent2cd609be32ffb9e800c6eb4d36772e1c9b419bad (diff)
downloadaur-62b7a165779fa617bf5810f5106160791992436b.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 62d9f72d392d..a2fa05dc80fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lsbi
pkgdesc = Linear Simulation Based Inference
- pkgver = 0.5.0
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/handley-lab/lsbi
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-lsbi
depends = python-pandas
provides = lsbi
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/l/lsbi/lsbi-0.5.0.tar.gz
- sha256sums = b7b98ddabbd3b27c3e0101c15863cba9c9c5b4f99ca15d4afc8d1580b679498b
+ source = https://files.pythonhosted.org/packages/source/l/lsbi/lsbi-0.5.1.tar.gz
+ sha256sums = e3308e85f342e90db9036aaa96904a06264253a8147f7c9799dae6e508f389e9
pkgname = python-lsbi
diff --git a/PKGBUILD b/PKGBUILD
index 9c7beb880af7..d024052c168e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-lsbi
_name=${pkgname#python-}
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="Linear Simulation Based Inference"
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=('b7b98ddabbd3b27c3e0101c15863cba9c9c5b4f99ca15d4afc8d1580b679498b')
+sha256sums=('e3308e85f342e90db9036aaa96904a06264253a8147f7c9799dae6e508f389e9')
build() {
cd "$srcdir/$_name-$pkgver"