summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f662a1d65941..b8baa7445948 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unimpeded
pkgdesc = Universal model comparison & parameter estimation over diverse datasets
- pkgver = 0.2.2
+ pkgver = 0.2.3
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.2.tar.gz
- sha256sums = 1a6d860d68de7f71b0227e7f4bbf3e6c962ccfa2ab269c9a22997a4a8a1fe990
+ source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.2.3.tar.gz
+ sha256sums = 382949fdf06d96d345f1730c70a4270e0a851876041d33b197cc94338c62a576
pkgname = python-unimpeded
diff --git a/PKGBUILD b/PKGBUILD
index cd56badb8aec..0e3aed9a6706 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.2
+pkgver=0.2.3
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=('1a6d860d68de7f71b0227e7f4bbf3e6c962ccfa2ab269c9a22997a4a8a1fe990')
+sha256sums=('382949fdf06d96d345f1730c70a4270e0a851876041d33b197cc94338c62a576')
build() {
cd "$srcdir/$_name-$pkgver"