summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent2bad447228307246ed0df0d17a5a7a49b5a15d47 (diff)
downloadaur-7ab08a43b1a026558eabcc0d61b2d7fa6b694312.tar.gz
* updated to upstream version 0.9.14
* added dpkg to makedepends (fixes build errors, thanks harmathy)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
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'