summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2024-04-09 18:36:28 +0000
committerwjhandley2024-04-09 18:36:28 +0000
commit7d5d329443bc57b4c16093754129680dac1ecd0f (patch)
treee29c318f31fe90875db7dff93baee27a4fa24030
parente272e05a3f2298169cc8c0cab05733ffe3f25f73 (diff)
downloadaur-7d5d329443bc57b4c16093754129680dac1ecd0f.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 9a662907f0bf..f662a1d65941 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unimpeded
pkgdesc = Universal model comparison & parameter estimation over diverse datasets
- pkgver = 0.2.1
+ pkgver = 0.2.2
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.2.1.tar.gz
- sha256sums = 9a53a7d3bd62fb01ec124742976b41568688b3bc0073a8f334ce199096e2ad1f
+ source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.2.2.tar.gz
+ sha256sums = 1a6d860d68de7f71b0227e7f4bbf3e6c962ccfa2ab269c9a22997a4a8a1fe990
pkgname = python-unimpeded
diff --git a/PKGBUILD b/PKGBUILD
index 53775b46161e..cd56badb8aec 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.2.1
+pkgver=0.2.2
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=('9a53a7d3bd62fb01ec124742976b41568688b3bc0073a8f334ce199096e2ad1f')
+sha256sums=('1a6d860d68de7f71b0227e7f4bbf3e6c962ccfa2ab269c9a22997a4a8a1fe990')
build() {
cd "$srcdir/$_name-$pkgver"