summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50b586f26eae..1189e50463ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ depends=('gcc-libs')
makedepends=('git' 'cmake' 'make')
source=("$pkgname"::'git+https://github.com/unittest-cpp/unittest-cpp.git')
md5sums=('SKIP')
+conflicts=('unittestpp')
pkgver() {
cd "$srcdir/$pkgname"