summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-08-29 18:23:13 -0600
committerMark Wagie2022-08-29 18:23:13 -0600
commit8e7d52dc59485b4992b6d6b4c8044481011a7edf (patch)
tree583cfc9ee195b5fccb3a7c7195c8a56ce579e26e
parent571c1cfef0a628f0242a4bba7f03ba29c368b549 (diff)
downloadaur-8e7d52dc59485b4992b6d6b4c8044481011a7edf.tar.gz
0.0.23
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d19d8cc760f..77111bbb504a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-buildlog-consultant
pkgdesc = Build log parser and analyser
- pkgver = 0.0.22
+ pkgver = 0.0.23
pkgrel = 1
url = https://github.com/jelmer/buildlog-consultant
arch = any
@@ -12,10 +12,10 @@ pkgbase = python-buildlog-consultant
depends = python-debian
depends = python-pyaml
depends = python-requirements-parser
- source = https://files.pythonhosted.org/packages/source/b/buildlog-consultant/buildlog-consultant-0.0.22.tar.gz
- source = https://files.pythonhosted.org/packages/source/b/buildlog-consultant/buildlog-consultant-0.0.22.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/b/buildlog-consultant/buildlog-consultant-0.0.23.tar.gz
+ source = https://files.pythonhosted.org/packages/source/b/buildlog-consultant/buildlog-consultant-0.0.23.tar.gz.asc
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- sha256sums = a1ca21905660e88de5af7f7242bcd30169bc75dff688a286bd00f3e238073bfe
+ sha256sums = 4c3412215ccb0d40336dba7d9a6bc7431514e12b017620b8639c6ebd622721ce
sha256sums = SKIP
pkgname = python-buildlog-consultant
diff --git a/PKGBUILD b/PKGBUILD
index 181efd4cc181..e87cb5b8a2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-buildlog-consultant
_name=${pkgname#python-}
-pkgver=0.0.22
+pkgver=0.0.23
pkgrel=1
pkgdesc="Build log parser and analyser"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('python-debian' 'python-pyaml' 'python-requirements-parser')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"{,.asc})
-sha256sums=('a1ca21905660e88de5af7f7242bcd30169bc75dff688a286bd00f3e238073bfe'
+sha256sums=('4c3412215ccb0d40336dba7d9a6bc7431514e12b017620b8639c6ebd622721ce'
'SKIP')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk>