summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl F. Meinkopf2022-03-20 02:30:53 +0300
committerKarl F. Meinkopf2022-03-20 02:30:53 +0300
commitfa7ae85bfec07842e5173ff7f8be00935b281943 (patch)
treeeaf37fe69521d8fa967c8019e1a895801883f22c
parent6e51b693ae9ca1595ac0c7c65e6c95fbb0b8f36e (diff)
downloadaur-fa7ae85bfec07842e5173ff7f8be00935b281943.tar.gz
Add default 'mdadm' as conflicting package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b040614b0b9..e6438df68a80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=1
pkgdesc='A tool for managing/monitoring Linux md device arrays, also known as Software RAID (patched to work properly with Intel RST FakeRAID)'
arch=('x86_64')
provides=('mdadm')
+conflicts=('mdadm')
license=('GPL')
url='https://git.kernel.org/pub/scm/utils/mdadm'
makedepends=('git' 'patch')