summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Hansen2015-09-18 09:25:52 -0700
committerMichael Hansen2015-09-18 09:25:52 -0700
commit28b81f9e5de74e635b97712d8c1708d57cfd580d (patch)
treedc61260847ab86498b99d87e71172cefc73ad9e2
parentf2324a7b318fcc82d86bab425a0d93991397ff81 (diff)
downloadaur-28b81f9e5de74e635b97712d8c1708d57cfd580d.tar.gz
Add new optional dependencies for ocsmanager
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df51f01c2c4..c85a62002552 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openchange
pkgdesc = A portable, open source implementation of Microsoft Exchange server and Exchange protocols.
pkgver = 2.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.openchange.org
arch = i686
arch = x86_64
@@ -23,6 +23,8 @@ pkgbase = openchange
depends = nanomsg>=0.5
depends = libmemcached>=1.0.18
optdepends = python2-pylons: Needed for OCSManager
+ optdepends = python2-waitress: Needed for OCSManager
+ optdepends = sogo-openchange: Groupware backend for OpenChange
options = !makeflags
source = https://github.com/openchange/openchange/archive/openchange-2.3-VULCAN.tar.gz
source = ocsmanager.service
diff --git a/PKGBUILD b/PKGBUILD
index 66dbf8e870d2..38d2189dc60a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=openchange
_codename=VULCAN
pkgver=2.3
-pkgrel=2
+pkgrel=3
pkgdesc="A portable, open source implementation of Microsoft Exchange server \
and Exchange protocols."
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
@@ -15,7 +15,9 @@ depends=('samba>=4.2.2' 'libical' 'sqlite3' 'file' 'boost' 'python2'
'libmariadbclient' 'nanomsg>=0.5' 'libmemcached>=1.0.18')
makedepends=('ccache' 'docbook-xsl' 'libxslt' 'python2-setuptools'
'python2-pylons')
-optdepends=('python2-pylons: Needed for OCSManager')
+optdepends=('python2-pylons: Needed for OCSManager'
+ 'python2-waitress: Needed for OCSManager'
+ 'sogo-openchange: Groupware backend for OpenChange')
options=(!makeflags)
# Releases are mirrored at http://tracker.openchange.org/projects/openchange/files
source=("https://github.com/openchange/openchange/archive/${pkgname}-${pkgver}-${_codename}.tar.gz"