summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-05-26 17:25:31 -0600
committerMark Wagie2021-05-26 17:25:31 -0600
commitc231c5f913368aed18211183b475741ed35f970f (patch)
treee3944a3287205ec52e950dfe817cf13f5de46070
parentac532f49769003c9132c85e35c88c6297b1d5967 (diff)
downloadaur-c231c5f913368aed18211183b475741ed35f970f.tar.gz
0.0.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 186878ace2de..f7d0764d2117 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = ognibuild
pkgdesc = Detect and invoke build systems
- pkgver = 0.0.6
+ pkgver = 0.0.7
pkgrel = 1
url = https://github.com/jelmer/ognibuild
arch = any
license = GPL2
- makedepends = python-setuptools
depends = breezy
depends = dpkg
depends = python-apt
depends = python-buildlog-consultant
depends = python-debian
depends = python-requirements-parser
+ depends = python-setuptools
optdepends = python-debmutate
- source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.6.tar.gz
- sha256sums = 81fba45bf0f66ec0be188e84646b62af149c7b215ce637b6271a27563e17b115
+ source = https://pypi.org/packages/source/o/ognibuild/ognibuild-0.0.7.tar.gz
+ sha256sums = 2e4ad2d9a9b838b2a3dd9534fa95472c970bd17e7540080e5d6dd546e5bdbb49
pkgname = ognibuild
diff --git a/PKGBUILD b/PKGBUILD
index 8dc1d4132ee3..e6111fc749c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=ognibuild
-pkgver=0.0.6
+pkgver=0.0.7
pkgrel=1
pkgdesc="Detect and invoke build systems"
arch=('any')
url="https://github.com/jelmer/ognibuild"
license=('GPL2')
depends=('breezy' 'dpkg' 'python-apt' 'python-buildlog-consultant' 'python-debian'
- 'python-requirements-parser')
-makedepends=('python-setuptools')
+ 'python-requirements-parser' '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=('81fba45bf0f66ec0be188e84646b62af149c7b215ce637b6271a27563e17b115')
+sha256sums=('2e4ad2d9a9b838b2a3dd9534fa95472c970bd17e7540080e5d6dd546e5bdbb49')
build() {
cd "$pkgname-$pkgver"