summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-05-26 15:49:46 -0600
committerMark Wagie2022-05-26 15:49:46 -0600
commit1646d0042db8ff3c26ecb4e30dc67ce9400d773e (patch)
tree226607f62e85e029c0b76eda225eef6336252f7e
parentef56787c1c1658ade24c86a466828ec2df59d17a (diff)
downloadaur-1646d0042db8ff3c26ecb4e30dc67ce9400d773e.tar.gz
0.0.14
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3716c0db427d..f25a8f35ad93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.13
- pkgrel = 2
+ pkgver = 0.0.14
+ pkgrel = 1
url = https://jelmer.uk/code/ognibuild
arch = any
license = GPL2
@@ -13,10 +13,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.13.tar.gz
- source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.13.tar.gz.asc
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.14.tar.gz
+ source = https://files.pythonhosted.org/packages/source/o/ognibuild/ognibuild-0.0.14.tar.gz.asc
validpgpkeys = DC837EE14A7E37347E87061700806F2BD729A457
- sha256sums = 15d05c36c555b68101ba68a6659f09cdea6a25e06cd4d455dbaecb78bff94cbe
+ sha256sums = f8feefc9233a5b20cfe0d0562ed4709e20112671a17a8c752f2df334df88eb4a
sha256sums = SKIP
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 2b6e7afe9973..0f0cdf0a81c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.13
-pkgrel=2
+pkgver=0.0.14
+pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
url="https://jelmer.uk/code/ognibuild"
@@ -11,7 +11,7 @@ depends=('breezy' 'python-buildlog-consultant' 'python-requirements-parser'
'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=('15d05c36c555b68101ba68a6659f09cdea6a25e06cd4d455dbaecb78bff94cbe'
+sha256sums=('f8feefc9233a5b20cfe0d0562ed4709e20112671a17a8c752f2df334df88eb4a'
'SKIP')
validpgpkeys=('DC837EE14A7E37347E87061700806F2BD729A457') # Jelmer Vernooij <jelmer@jelmer.uk>