diff --git a/woob-git/.SRCINFO b/woob-git/.SRCINFO index 43c4a46..dbc5c48 100644 --- a/woob-git/.SRCINFO +++ b/woob-git/.SRCINFO @@ -24,11 +24,14 @@ pkgbase = woob-git optdepends = python-prettytable: CLI output formatting optdepends = python-feedparser: required by some modules provides = woob-headless + provides = woob conflicts = weboob-headless conflicts = weboob-git conflicts = weboob-qt + conflicts = woob replaces = woob-headless replaces = weboob + replaces = woob source = woob::git+https://gitlab.com/woob/woob.git sha256sums = SKIP diff --git a/woob-git/PKGBUILD b/woob-git/PKGBUILD index b64cf48..474a41e 100644 --- a/woob-git/PKGBUILD +++ b/woob-git/PKGBUILD @@ -25,9 +25,9 @@ depends=('python-lxml' optdepends=('python-prettytable: CLI output formatting' 'python-feedparser: required by some modules') makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'git') -replaces=('woob-headless' 'weboob') -provides=('woob-headless') -conflicts=('weboob-headless' 'weboob-git' 'weboob-qt') +replaces=('woob-headless' 'weboob' 'woob') +provides=('woob-headless' 'woob') +conflicts=('weboob-headless' 'weboob-git' 'weboob-qt' 'woob') source=("woob::git+https://gitlab.com/woob/woob.git") sha256sums=('SKIP')