python2-larch-git package dependency fix.

This commit is contained in:
Aleksey Filippov 2014-03-20 21:22:20 +04:00
parent cb082e8701
commit c42c494518
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ pkgbase = python2-larch-git
license = GPL3
makedepends = git
depends = python2
depends = python2-tracing
depends = python2-tracing-git
provides = python2-larch
conflicts = python2-larch
replaces = python2-larch-bzr

View file

@ -7,7 +7,7 @@ arch=('i686' 'x86_64')
url="http://liw.fi/larch/"
license=('GPL3')
groups=()
depends=('python2' 'python2-tracing')
depends=('python2' 'python2-tracing-git')
makedepends=('git')
provides=('python2-larch')
conflicts=('python2-larch')