summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Špaček2022-01-26 11:39:19 +0100
committerPetr Špaček2022-01-26 11:39:19 +0100
commit6455b7ca2e3e5e529e4bd48f51fd246d8a8528e1 (patch)
tree50614bc147435f95e8b74dd05cd92e25ffc73699
parenteef546092b39642c000694c9d77fee9bb9344933 (diff)
downloadaur-6455b7ca2e3e5e529e4bd48f51fd246d8a8528e1.tar.gz
add missing conflicts for the non-git package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e46187cb461..92a4d4c478d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bind-git
pkgdesc = A complete, highly portable implementation of the DNS protocol: development version
pkgver = 9.main.r34613.ba181fe83d
- pkgrel = 1
+ pkgrel = 2
url = https://www.isc.org/software/bind/
install = bind.install
arch = x86_64
@@ -50,6 +50,7 @@ pkgbase = bind-git
provides = bind-tools
provides = dnsutils
provides = dns-server
+ conflicts = bind
conflicts = bind-tools
conflicts = dnsutils
replaces = bind-tools
diff --git a/PKGBUILD b/PKGBUILD
index 8140a47a2022..746d64a94e89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=bind-git
reponame=bind9
pkgver=9.main.r34613.ba181fe83d
-pkgrel=1
+pkgrel=2
pkgdesc='A complete, highly portable implementation of the DNS protocol: development version'
url='https://www.isc.org/software/bind/'
license=('MPL2')
@@ -15,7 +15,7 @@ makedepends=('dnssec-anchors' 'icu' 'jemalloc' 'json-c' 'krb5' 'libcap'
depends=('bash' 'dnssec-anchors' 'glibc' 'icu' 'jemalloc' 'json-c' 'krb5'
'libcap' 'libedit' 'libidn2' 'libmaxminddb' 'libnsl' 'libuv' 'libxml2'
'lmdb' 'openssl' 'python' 'python-ply' 'readline' 'xz' 'zlib')
-conflicts=('bind-tools' 'dnsutils')
+conflicts=('bind' 'bind-tools' 'dnsutils')
replaces=('bind-tools' 'dnsutils' 'host')
provides=('bind' 'bind-tools' 'dnsutils' 'dns-server')
backup=('etc/named.conf'