summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-02-01 08:03:28 -0700
committerMark Wagie2023-02-01 08:03:28 -0700
commit46adbec01b42a6bee575a40c6dfc7f6ef7f0a47e (patch)
tree1883df640f2bb7602931a375ba36c2c3f393391a
parent9caa9942c401ac1fdd7c47909799160025a9f224 (diff)
downloadaur-46adbec01b42a6bee575a40c6dfc7f6ef7f0a47e.tar.gz
0.0.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc20758f64f3..6f4c99247ad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.17
+ pkgver = 0.0.18
pkgrel = 1
url = https://github.com/jelmer/ognibuild
arch = any
@@ -14,7 +14,7 @@ pkgbase = ognibuild
depends = python-ruamel-yaml
depends = python-setuptools
depends = python-toml
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.17.tar.gz
- sha256sums = b0300a43dd7d75364736a78c4aa1c9d6101648164dbb31bc47c65788993568f7
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.18.tar.gz
+ sha256sums = 8d16daa719503a1c1026ea3793c1b8c5f7ebd3dd9476d0223f828e736d521edf
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 64ffab70d594..5badf3e5286b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.17
+pkgver=0.0.18
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
@@ -11,7 +11,7 @@ depends=('breezy' 'python-buildlog-consultant' 'python-requirements-parser'
'python-ruamel-yaml' 'python-setuptools' 'python-toml')
makedepends=('python-build' 'python-installer' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('b0300a43dd7d75364736a78c4aa1c9d6101648164dbb31bc47c65788993568f7')
+sha256sums=('8d16daa719503a1c1026ea3793c1b8c5f7ebd3dd9476d0223f828e736d521edf')
#validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk> (expired)
build() {