summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-11-25 13:39:33 +0000
committerwjhandley2023-11-25 13:39:33 +0000
commit74386a2be136c43222233fd285d8048f8afb2526 (patch)
tree4b3a7eda6dd29a3ec31ea7df7fbf9aa3d7de9cb9
parent634837e6f4cdf2b4813407d24c5f689e75284c3a (diff)
downloadaur-74386a2be136c43222233fd285d8048f8afb2526.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 4773c8a437e5..8b817e1ea304 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-lsbi
pkgdesc = Linear Simulation Based Inference
- pkgver = 0.8.3
+ pkgver = 0.9.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.8.3.tar.gz
- sha256sums = e0d5bd395ae62eefa0f81521b3f6fdd2f64e6608055f31bd7ae11521c87eb138
+ source = https://files.pythonhosted.org/packages/source/l/lsbi/lsbi-0.9.0.tar.gz
+ sha256sums = 4219bb6e1c6e20f4f3ff10acff1c2504b0aa384f15c6d03400c03bde201d8e7e
pkgname = python-lsbi
diff --git a/PKGBUILD b/PKGBUILD
index d0f0e1b9ed4f..fca28cf3cdbb 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.8.3
+pkgver=0.9.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=('e0d5bd395ae62eefa0f81521b3f6fdd2f64e6608055f31bd7ae11521c87eb138')
+sha256sums=('4219bb6e1c6e20f4f3ff10acff1c2504b0aa384f15c6d03400c03bde201d8e7e')
build() {
cd "$srcdir/$_name-$pkgver"