summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2018-04-16 09:11:46 -0400
committerBuildTools2018-04-16 09:11:46 -0400
commit7488b8850f2c848a40ec41c3956ef62e0f5e26c4 (patch)
treeb25685cd60681a929912047d3a5e7bf62fbfe285
parent97eabb67d070f614630bd73052afea821f68c938 (diff)
downloadaur-7488b8850f2c848a40ec41c3956ef62e0f5e26c4.tar.gz
1.4.0.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c3ce44f03e8..cdbfa4bf9220 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,6 +21,8 @@ pkgbase = 389-ds-base
depends = libevent
optdepends = python-lib389: Python managemnt scripts
optdepends = python2-lib389: Python2 version
+ provides = svrcore
+ conflicts = svrcore
options = !libtool
backup = etc/default/dirsrv
backup = etc/default/dirsrv.systemd
diff --git a/PKGBUILD b/PKGBUILD
index b39e15776f7b..38ff48d01ae7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,8 @@ license=(GPL)
depends=(cyrus-sasl cyrus-sasl-gssapi icu lm_sensors net-snmp libsystemd
openldap perl-netaddr-ip perl-socket 'svrcore>=4.1.2' libevent)
makedepends=(doxygen)
+conflicts=(svrcore)
+provides=(svrcore)
optdepends=('python-lib389: Python managemnt scripts'
'python2-lib389: Python2 version')