diff options
-rw-r--r-- | libre/parabola-wiki-docs/PKGBUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/parabola-wiki-docs/PKGBUILD b/libre/parabola-wiki-docs/PKGBUILD index 3dacca278..8c5ab53e3 100644 --- a/libre/parabola-wiki-docs/PKGBUILD +++ b/libre/parabola-wiki-docs/PKGBUILD @@ -10,6 +10,8 @@ url="https://notabug.org/ovruni/parabola-wiki-docs" license=('FDL') options=('!strip') makedepends=('git' 'python' 'python-simplemediawiki' 'python-lxml' 'python-cssselect') +replaces=('arch-wiki-docs') +conflicts=('arch-wiki-docs') source=("git+https://notabug.org/ovruni/parabola-wiki-docs.git#commit=${_commit}") md5sums=('SKIP') |