summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwjhandley2024-04-09 19:52:38 +0000
committerwjhandley2024-04-09 19:52:38 +0000
commit7c3e43eb83ff98c552f2a0a623fce06c35f63a87 (patch)
tree5e76eb6569c1b42cfa325f2bab8635be089f2c2c /PKGBUILD
parent7d5d329443bc57b4c16093754129680dac1ecd0f (diff)
downloadaur-7c3e43eb83ff98c552f2a0a623fce06c35f63a87.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"