summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-30 11:01:23 +0000
committerwjhandley2023-06-30 11:01:23 +0000
commit4d0ed19576e5333a67534fac6111054873b24d0a (patch)
tree3aba960bbb3259deccd4dd52bf5a87225ecbbb92
parent45ee437883f408cd83495fee68dc26dbdc27f06c (diff)
downloadaur-4d0ed19576e5333a67534fac6111054873b24d0a.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 d4c4d4d9b0b0..47afb1c30458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unimpeded
pkgdesc = Universal model comparison & parameter estimation over diverse datasets
- pkgver = 0.1.1
+ pkgver = 0.1.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.1.1.tar.gz
- sha256sums = 27b020cf2ed1cb1b76cc21fe7da8a02bf00a7e65e494a32a540ca0f9f7eab871
+ source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.1.2.tar.gz
+ sha256sums = 0f28f7c7eed388c3abeb0c43e965bd2b42464dd073c78b895c40a529a7c83089
pkgname = python-unimpeded
diff --git a/PKGBUILD b/PKGBUILD
index f6b758511a67..e7144f3f7005 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.1
+pkgver=0.1.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=('27b020cf2ed1cb1b76cc21fe7da8a02bf00a7e65e494a32a540ca0f9f7eab871')
+sha256sums=('0f28f7c7eed388c3abeb0c43e965bd2b42464dd073c78b895c40a529a7c83089')
build() {
cd "$srcdir/$_name-$pkgver"