summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartiMcFly2016-08-19 15:34:38 +0200
committerMartiMcFly2016-08-19 15:34:38 +0200
commit8b88767ff074b631e7ee30637b08d0456bcfc1dd (patch)
tree4526f8619a83f0b01cccdfb6f6ec91b1b8d4ea9f /PKGBUILD
parent66ff6672520cf6c81f5d207753e670397aa5cf26 (diff)
downloadaur-8b88767ff074b631e7ee30637b08d0456bcfc1dd.tar.gz
update to zarafa 7.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd3d13b49f35..557652b9f719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: MartiMcFly martimcfly@autorisation.de
+# Maintainer: MartiMcFly <martimcfly [at] autorisation.de>
pkgname=sabre-zarafa
-groups=('zarafa')
+groups=('zarafa'
+ 'kopano')
pkgver=0.23
-pkgrel=95
+pkgrel=77
pkgdesc="provide a full CardDav backend for SabreDAV to connect with Zarafa groupware"
arch=('any')
url="https://github.com/1afa/sabre-zarafa"
@@ -82,6 +83,6 @@ package() {
rm /tmp/composer.ini
# perform settings
- # => replace carddav_root_uri
- sed -i -e "s/\(CARDDAV_ROOT_URI', '\)\(.*\)\('.*$\)/\1\/carddav\3/" ${pkgdir}/etc/webapps/${pkgname}/config.example.inc.php
+ sed -i -e "s|\(CARDDAV_ROOT_URI', '\)\(.*\)\('.*$\)|\1/carddav\3|" ${pkgdir}/etc/webapps/${pkgname}/config.example.inc.php
+ sed -i -e "s|\(ZARAFA_SERVER', '\)\(.*\)\('.*$\)|\1file:///var/run/zarafad/server.sock\3|" ${pkgdir}/etc/webapps/${pkgname}/config.example.inc.php
}