summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-16 13:13:09 -0600
committerMark Wagie2021-05-16 13:13:09 -0600
commitac532f49769003c9132c85e35c88c6297b1d5967 (patch)
treef4e6b0c590f0869c1cb90c611bd9a2ebaceded69
parentba04de164de0d13b8188745938c305e031a2a4d3 (diff)
downloadaur-ac532f49769003c9132c85e35c88c6297b1d5967.tar.gz
0.0.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 828b80874857..186878ace2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.5
+ pkgver = 0.0.6
pkgrel = 1
url = https://github.com/jelmer/ognibuild
arch = any
@@ -13,8 +13,8 @@ pkgbase = ognibuild
depends = python-debian
depends = python-requirements-parser
optdepends = python-debmutate
- source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.5.tar.gz
- sha256sums = 23cd56a966fb7263bf3aad232dc49b593deb96eef21e76b1f8587fa8892136d0
+ source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.6.tar.gz
+ sha256sums = 81fba45bf0f66ec0be188e84646b62af149c7b215ce637b6271a27563e17b115
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index b402acb801c1..8dc1d4132ee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.5
+pkgver=0.0.6
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
@@ -12,7 +12,7 @@ makedepends=('python-setuptools')
#checkdepends=('python-debmutate' 'python-testtools')
optdepends=('python-debmutate')
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('23cd56a966fb7263bf3aad232dc49b593deb96eef21e76b1f8587fa8892136d0')
+sha256sums=('81fba45bf0f66ec0be188e84646b62af149c7b215ce637b6271a27563e17b115')
build() {
cd "$pkgname-$pkgver"