From c42c49451848e9bd431cf5b693567f3de26f2efd Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 20 Mar 2014 21:22:20 +0400 Subject: [PATCH] python2-larch-git package dependency fix. --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d88c6be1f69b..52d7053b1dba 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index fd748b23248a..dc51af7689df 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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')