summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorC. Dominik Bódi2019-04-23 19:55:53 +0200
committerC. Dominik Bódi2019-04-23 19:55:53 +0200
commit7ab08a43b1a026558eabcc0d61b2d7fa6b694312 (patch)
treecdd62c7b4b8dc9efe04272ff9f9ae1c64ecac253
parent2bad447228307246ed0df0d17a5a7a49b5a15d47 (diff)
downloadaur-7ab08a43b1a026558eabcc0d61b2d7fa6b694312.tar.gz
* updated to upstream version 0.9.14
* added dpkg to makedepends (fixes build errors, thanks harmathy)
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8da4aefbfe0..58e00ba6210c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = git-buildpackage
pkgdesc = Tools from Debian to integrate the package build system with Git
- pkgver = 0.9.13
+ pkgver = 0.9.14
pkgrel = 1
url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
arch = any
@@ -10,13 +10,14 @@ pkgbase = git-buildpackage
makedepends = python-mock
makedepends = python-nose
makedepends = python-nosexcover
+ makedepends = dpkg
depends = git
depends = man-db
depends = python
depends = python-dateutil
depends = rpm-org
backup = etc/git-buildpackage/gbp.conf
- source = git+https://github.com/agx/git-buildpackage.git#tag=debian/0.9.13
+ source = git+https://github.com/agx/git-buildpackage.git#tag=debian/0.9.14
sha256sums = SKIP
pkgname = git-buildpackage
diff --git a/PKGBUILD b/PKGBUILD
index b0ca4a9b4ebf..197af4a92708 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Patrick McCarty <pnorcks at gmail dot com>
pkgname=git-buildpackage
-pkgver=0.9.13
+pkgver=0.9.14
pkgrel=1
pkgdesc="Tools from Debian to integrate the package build system with Git"
arch=(any)
@@ -18,7 +18,8 @@ makedepends=('python-distribute'
'python-coverage'
'python-mock'
'python-nose'
- 'python-nosexcover')
+ 'python-nosexcover'
+ 'dpkg')
#checkdepends=('devscripts'
# 'pristine-tar'
# 'cpio'