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')