summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2015-06-25 01:28:33 +0200
committerJohannes Dewender2015-06-25 01:28:33 +0200
commit6944886c671f6d4387f66155d7eca221f5e2adfd (patch)
treeb77a7355e4d520f82b9f0d78469b1b5d2ec3eec4
parentdfd47e8c2a88be2d496f7941a579a50cca3da549 (diff)
downloadaur-6944886c671f6d4387f66155d7eca221f5e2adfd.tar.gz
update/fix optdepend package names
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03ae9723e542..37d81d39d734 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bzr-builddeb
pkgdesc = bzr plugin for Debian package management
pkgver = 2.8.8
- pkgrel = 1
+ pkgrel = 2
url = http://jameswestby.net/bzr/builddeb/user_manual
arch = any
license = GPL2
@@ -13,8 +13,9 @@ pkgbase = bzr-builddeb
depends = quilt
depends = python2-debian>=0.1.11
depends = python2-apt
- optdepends = bzr-svn: Subversion integration
- optdepends = python2-lzma: liblzma bindings
+ optdepends = bzr-svn-plugin: Subversion integration
+ optdepends = bzr-git-plugin: Git integration
+ optdepends = python2-pyliblzma: lzma 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.8.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index f276572b4e9a..ee8a504add4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,16 @@
pkgname=bzr-builddeb
_python=python2
pkgver=2.8.8
-pkgrel=1
+pkgrel=2
pkgdesc="bzr plugin for Debian package management"
arch=('any')
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-plugin: Subversion integration'
+'bzr-git-plugin: Git integration'
+'python2-pyliblzma: lzma bindings'
'distro-info: for the merge-upstream command')
makedepends=()
conflicts=()