summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-06 10:59:18 +0000
committerwjhandley2023-11-06 10:59:18 +0000
commit0b6dfeeb609e37eb5bd1de418a21955b047a7850 (patch)
tree1e4e249622464193dda1f476691ba4ab8bbd8fc8
parent62b7a165779fa617bf5810f5106160791992436b (diff)
downloadaur-0b6dfeeb609e37eb5bd1de418a21955b047a7850.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 a2fa05dc80fe..76e88e270f0c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lsbi
pkgdesc = Linear Simulation Based Inference
- pkgver = 0.5.1
+ pkgver = 0.6.0
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.1.tar.gz
- sha256sums = e3308e85f342e90db9036aaa96904a06264253a8147f7c9799dae6e508f389e9
+ source = https://files.pythonhosted.org/packages/source/l/lsbi/lsbi-0.6.0.tar.gz
+ sha256sums = 0b8593290fa9a37437dbec695ae95fd6e6d2fde3dfaddfb9fd92c5107518e536
pkgname = python-lsbi
diff --git a/PKGBUILD b/PKGBUILD
index d024052c168e..5028e5c16a00 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.1
+pkgver=0.6.0
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=('e3308e85f342e90db9036aaa96904a06264253a8147f7c9799dae6e508f389e9')
+sha256sums=('0b8593290fa9a37437dbec695ae95fd6e6d2fde3dfaddfb9fd92c5107518e536')
build() {
cd "$srcdir/$_name-$pkgver"