upgpkg: woob-git 3.6.r333.gecb44eab4-1
update conflict/replace
This commit is contained in:
parent
f7664c6801
commit
0802cbcf28
2 changed files with 6 additions and 3 deletions
|
@ -24,11 +24,14 @@ pkgbase = woob-git
|
||||||
optdepends = python-prettytable: CLI output formatting
|
optdepends = python-prettytable: CLI output formatting
|
||||||
optdepends = python-feedparser: required by some modules
|
optdepends = python-feedparser: required by some modules
|
||||||
provides = woob-headless
|
provides = woob-headless
|
||||||
|
provides = woob
|
||||||
conflicts = weboob-headless
|
conflicts = weboob-headless
|
||||||
conflicts = weboob-git
|
conflicts = weboob-git
|
||||||
conflicts = weboob-qt
|
conflicts = weboob-qt
|
||||||
|
conflicts = woob
|
||||||
replaces = woob-headless
|
replaces = woob-headless
|
||||||
replaces = weboob
|
replaces = weboob
|
||||||
|
replaces = woob
|
||||||
source = woob::git+https://gitlab.com/woob/woob.git
|
source = woob::git+https://gitlab.com/woob/woob.git
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
|
|
@ -25,9 +25,9 @@ depends=('python-lxml'
|
||||||
optdepends=('python-prettytable: CLI output formatting'
|
optdepends=('python-prettytable: CLI output formatting'
|
||||||
'python-feedparser: required by some modules')
|
'python-feedparser: required by some modules')
|
||||||
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
|
makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git')
|
||||||
replaces=('woob-headless' 'weboob')
|
replaces=('woob-headless' 'weboob' 'woob')
|
||||||
provides=('woob-headless')
|
provides=('woob-headless' 'woob')
|
||||||
conflicts=('weboob-headless' 'weboob-git' 'weboob-qt')
|
conflicts=('weboob-headless' 'weboob-git' 'weboob-qt' 'woob')
|
||||||
source=("woob::git+https://gitlab.com/woob/woob.git")
|
source=("woob::git+https://gitlab.com/woob/woob.git")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue