summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwjhandley2023-06-28 18:47:49 +0000
committerwjhandley2023-06-28 18:47:49 +0000
commit45ee437883f408cd83495fee68dc26dbdc27f06c (patch)
tree8b5db25b9883c356da291bb68bee75ac81bcbf5a
parent00dedb373ecf00f21a3ba2a2e9da7ae40e9810a6 (diff)
downloadaur-45ee437883f408cd83495fee68dc26dbdc27f06c.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 b9a044aa3317..d4c4d4d9b0b0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-unimpeded
pkgdesc = Universal model comparison & parameter estimation over diverse datasets
- pkgver = 0.1.0
+ pkgver = 0.1.1
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.0.tar.gz
- sha256sums = 5d4b0ce751f1f476b596393f71834a777fdf8810ad68690c373b08e365b54ae8
+ source = https://files.pythonhosted.org/packages/source/u/unimpeded/unimpeded-0.1.1.tar.gz
+ sha256sums = 27b020cf2ed1cb1b76cc21fe7da8a02bf00a7e65e494a32a540ca0f9f7eab871
pkgname = python-unimpeded
diff --git a/PKGBUILD b/PKGBUILD
index 14f524dcf56b..f6b758511a67 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.0
+pkgver=0.1.1
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=('5d4b0ce751f1f476b596393f71834a777fdf8810ad68690c373b08e365b54ae8')
+sha256sums=('27b020cf2ed1cb1b76cc21fe7da8a02bf00a7e65e494a32a540ca0f9f7eab871')
build() {
cd "$srcdir/$_name-$pkgver"