summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Iooss2017-01-03 23:23:45 +0100
committerNicolas Iooss2017-01-03 23:23:45 +0100
commit43da1f9cf2dc5f19ed34828c79fe4f8a6c47702b (patch)
tree78ea0ba1a71d297764a9ac018a11ce961e50e150
parent4ca08c4cc5997462f7299d5b20cc86675a7f0a8a (diff)
downloadaur-43da1f9cf2dc5f19ed34828c79fe4f8a6c47702b.tar.gz
The package conflicts with cunit
By design it install the same files as cunit package.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73c0b5abfe7c..f38695a4bea3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = bcunit-cunit-compat
pkgdesc = Headers and libraries which allow building with BCUnit Cunit-based projects
pkgver = 3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/BelledonneCommunications/bcunit
arch = any
license = LGPL2
depends = bcunit
- provides = cunit=3.0-1
+ provides = cunit=3.0-2
+ conflicts = cunit
pkgname = bcunit-cunit-compat
diff --git a/PKGBUILD b/PKGBUILD
index c6a0301b2ee7..849e53b94de7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Nicolas Iooss (nicolas <dot> iooss <at> m4x <dot> org)
pkgname=bcunit-cunit-compat
pkgver=3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Headers and libraries which allow building with BCUnit Cunit-based projects"
arch=('any')
url='https://github.com/BelledonneCommunications/bcunit'
license=('LGPL2')
depends=('bcunit')
+conflicts=('cunit')
provides=("cunit=${pkgver}-${pkgrel}")
source=()
sha256sums=()