summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-04-09 09:36:49 +0000
committerwjhandley2024-04-09 09:36:49 +0000
commita2570f8107999e69a895d39cae2637091474acf6 (patch)
tree77e5f1aad4e107d5ac34fe03d9a5a8e61026ca47
parent4d0ed19576e5333a67534fac6111054873b24d0a (diff)
downloadaur-a2570f8107999e69a895d39cae2637091474acf6.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 47afb1c30458..50befa4111db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unimpeded
pkgdesc = Universal model comparison & parameter estimation over diverse datasets
- pkgver = 0.1.2
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/handley-lab/unimpeded
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-unimpeded
depends = python-pandas
provides = unimpeded
options = !emptydirs
- source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.1.2.tar.gz
- sha256sums = 0f28f7c7eed388c3abeb0c43e965bd2b42464dd073c78b895c40a529a7c83089
+ source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.2.0.tar.gz
+ sha256sums = 1e41f1bce315196fb557d370f8e3c5d7acffafdd38a68a8cbfe5dceaef933503
pkgname = python-unimpeded
diff --git a/PKGBUILD b/PKGBUILD
index e7144f3f7005..b6327b95cf4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Will Handley <wh260@cam.ac.uk> (aur.archlinux.org/account/wjhandley)
pkgname=python-unimpeded
_name=${pkgname#python-}
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc="Universal model comparison & parameter estimation over diverse datasets"
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=('0f28f7c7eed388c3abeb0c43e965bd2b42464dd073c78b895c40a529a7c83089')
+sha256sums=('1e41f1bce315196fb557d370f8e3c5d7acffafdd38a68a8cbfe5dceaef933503')
build() {
cd "$srcdir/$_name-$pkgver"