summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephanie Wilde-Hobbs2023-07-27 18:06:08 +0200
committerStephanie Wilde-Hobbs2023-07-27 18:06:08 +0200
commit05df458e602b9ec393a8a5cc71e88b900cd2ec91 (patch)
tree6dc1c906648e3777559653a3c2fd221113aa8750
parent9de90abd0d3ebe57ff236494596da2a58f9152a7 (diff)
downloadaur-05df458e602b9ec393a8a5cc71e88b900cd2ec91.tar.gz
Add conflicts=bird
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 152d0eab9f80..d4dcc44e646f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = bird-babel-rtt
depends = readline
depends = ncurses
depends = libssh
+ conflicts = bird
replaces = bird6
options = !emptydirs
backup = etc/bird.conf
diff --git a/PKGBUILD b/PKGBUILD
index 81783c19253b..9aa9d819aa10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,7 @@ backup=('etc/bird.conf')
depends=('glibc' 'readline' 'ncurses' 'libssh')
makedepends=('git')
replaces=('bird6')
+conflicts=('bird')
options=(!emptydirs)
source=("git+https://gitlab.nic.cz/labs/bird.git"
'bird.service')