summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames P. Harvey2019-04-27 04:58:46 -0400
committerJames P. Harvey2019-04-27 04:58:46 -0400
commitf233941153aec7ad896f1d391b6d710463dd4796 (patch)
tree66406085f1465e67bcf887151bc8a32ae0f99e50
parente388f93e94e89b9c6ddbfa93f31161bd11dcbc48 (diff)
downloadaur-f233941153aec7ad896f1d391b6d710463dd4796.tar.gz
provides/conflicts boost-di.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f6c694512cf..d8d83f11bfc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = boost-di-git
license = Boost
makedepends = git
makedepends = cmake
+ provides = boost-di
+ conflicts = boost-di
source = boost-di::git+https://github.com/boost-experimental/di
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 755289f22082..b66a70558b90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,8 @@
pkgname=boost-di-git
_pkgname="${pkgname%-git}"
+provides=('boost-di')
+conflicts=('boost-di')
pkgver=1.0.1.r418.g388364952
pkgrel=1
pkgdesc="Boost (experimental) c++14 dependency injection library (developmental version)"