mirror of
https://github.com/archlinux/aur.git
synced 2026-03-02 12:44:42 +01:00
python2-larch-git package dependency fix.
This commit is contained in:
parent
cb082e8701
commit
c42c494518
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
2
PKGBUILD
2
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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue