summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 43c4a46b6d7d..dbc5c48415e1 100644
--- a/.SRCINFO
+++ b/.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/PKGBUILD b/PKGBUILD
index b64cf4839b29..474a41ee9a7e 100644
--- a/PKGBUILD
+++ b/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')