diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-06-05 03:25:27 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-06-05 03:25:27 -0500 |
commit | 5efe5e749611790489724987ea1cf1c69a35f5a7 (patch) | |
tree | 5f785fd1c7bbaa09327f9901defd13400eac1e5c /libre/parabola-wiki-docs | |
parent | fe44f44bfd05912503be330af9d15b581744120f (diff) | |
download | abslibre-5efe5e749611790489724987ea1cf1c69a35f5a7.tar.gz abslibre-5efe5e749611790489724987ea1cf1c69a35f5a7.tar.bz2 abslibre-5efe5e749611790489724987ea1cf1c69a35f5a7.zip |
parabola-wiki-docs: Adding replaces and conflicts
Diffstat (limited to 'libre/parabola-wiki-docs')
-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') |