summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-04-12 16:52:24 -0600
committerMark Wagie2022-04-12 16:52:24 -0600
commitb0f15a2325daadd5a64d10de7d3f85663523700f (patch)
tree0ce20eb2836ff706be21a846f3d912f3459ef6c8
parent12cc2431b0673530e29708666ff0702c48ca7357 (diff)
downloadaur-b0f15a2325daadd5a64d10de7d3f85663523700f.tar.gz
0.0.13
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b4f71a8432a..db0e40cdc58c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.12
+ pkgver = 0.0.13
pkgrel = 1
url = https://jelmer.uk/code/ognibuild
arch = any
@@ -10,10 +10,10 @@ pkgbase = ognibuild
depends = python-requirements-parser
depends = python-setuptools
depends = python-toml
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.12.tar.gz
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.12.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.13.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.13.tar.gz.asc
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- sha256sums = 3eec3f26bfeaaf0aa28487b694230abdf6ea40a1feefb1c1186031fc24e2d8a7
+ sha256sums = 15d05c36c555b68101ba68a6659f09cdea6a25e06cd4d455dbaecb78bff94cbe
sha256sums = SKIP
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 876ec8488ec7..10f2d2c36619 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.12
+pkgver=0.0.13
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL2')
depends=('breezy' 'python-buildlog-consultant' 'python-requirements-parser'
'python-setuptools' 'python-toml')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
-sha256sums=('3eec3f26bfeaaf0aa28487b694230abdf6ea40a1feefb1c1186031fc24e2d8a7'
+sha256sums=('15d05c36c555b68101ba68a6659f09cdea6a25e06cd4d455dbaecb78bff94cbe'
'SKIP')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk>