summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2013-04-10 01:26:35 +0200
committerJohannes Dewender2013-04-10 01:26:35 +0200
commitf5bcef62d9737eddfe957a164be659dd63c5116b (patch)
treeadfa8054c30d6629831b69451926f466928b51f6
parent57225ed65e71f9504bc33cf925c37e0ab71a5412 (diff)
downloadaur-f5bcef62d9737eddfe957a164be659dd63c5116b.tar.gz
bzr-builddeb: add distro-info to optdepends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 487a849badca..87f2aafcf358 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = bzr-builddeb
pkgdesc = bzr plugin for Debian package management
pkgver = 2.8.4
- pkgrel = 1
- url = http://jameswestby.net/bzr/builddeb/
+ pkgrel = 2
+ url = http://jameswestby.net/bzr/builddeb/user_manual
arch = any
license = GPL2
depends = bzr>=2.1
@@ -15,6 +15,7 @@ pkgbase = bzr-builddeb
depends = python2-apt
optdepends = bzr-svn: Subversion integration
optdepends = python2-lzma: liblzma bindings
+ optdepends = distro-info: for the merge-upstream command
options = !emptydirs
source = http://ftp.debian.org/debian/pool/main/b/bzr-builddeb/bzr-builddeb_2.8.4.tar.gz
md5sums = 606b9f93609ac42cc91e47ecf89bc15c
diff --git a/PKGBUILD b/PKGBUILD
index 69f64e902781..b9aa47accb8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=bzr-builddeb
_python=python2
pkgver=2.8.4
-pkgrel=1
+pkgrel=2
pkgdesc="bzr plugin for Debian package management"
arch=('any')
-url="http://jameswestby.net/bzr/builddeb/"
+url="http://jameswestby.net/bzr/builddeb/user_manual"
license=('GPL2')
depends=('bzr>=2.1' 'devscripts' 'dpkg' 'patchutils' 'pristine-tar' 'quilt' 'python2-debian>=0.1.11' 'python2-apt')
-optdepends=('bzr-svn: Subversion integration' 'python2-lzma: liblzma bindings')
+optdepends=('bzr-svn: Subversion integration' 'python2-lzma: liblzma bindings'
+'distro-info: for the merge-upstream command')
makedepends=()
conflicts=()
options=(!emptydirs)