summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-12-10 17:28:14 -0700
committerMark Wagie2022-12-10 17:28:14 -0700
commit3a7071adc20da0520831772133f7789513e3317e (patch)
tree1f98e3f31b44f8252368c5ff215db572be7fa94f
parenta30977e4e00b9373954118a2c3038773ba423f78 (diff)
downloadaur-3a7071adc20da0520831772133f7789513e3317e.tar.gz
0.0.16
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb255727214e..adb0050e3136 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.15
+ pkgver = 0.0.16
pkgrel = 1
- url = https://github.com/jelmer/ognibuild
+ url = https://jelmer.uk/code/ognibuild
arch = any
license = GPL2
makedepends = python-build
@@ -14,10 +14,10 @@ pkgbase = ognibuild
depends = python-ruamel-yaml
depends = python-setuptools
depends = python-toml
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.15.tar.gz
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.15.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.16.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.16.tar.gz.asc
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- sha256sums = 8541c37a66853bfc0a3806b2a38bedc5246c12e22d2415775f1bf14f6b07b9a6
+ sha256sums = d594ae631b9621ac6753869a67b8cc2b7aaab62afa53db51a4de3d08a376a822
sha256sums = SKIP
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 9891dcf6380d..83389cdba005 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.15
+pkgver=0.0.16
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
-#url="https://jelmer.uk/code/ognibuild"
-url="https://github.com/jelmer/ognibuild"
+url="https://jelmer.uk/code/ognibuild"
+#url="https://github.com/jelmer/ognibuild"
license=('GPL2')
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"{,.asc})
-sha256sums=('8541c37a66853bfc0a3806b2a38bedc5246c12e22d2415775f1bf14f6b07b9a6'
+sha256sums=('d594ae631b9621ac6753869a67b8cc2b7aaab62afa53db51a4de3d08a376a822'
'SKIP')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk>