summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartiMcFly2018-08-20 15:04:58 +0200
committerMartiMcFly2018-08-20 15:04:58 +0200
commit353aac800794514023100e439245203764e9c6a7 (patch)
tree436acf0cd12e87e72356eeb6e27e57ae711275dd
parent95e4ecf2c01075124261acffd54e0d2f498cc2f7 (diff)
downloadaur-353aac800794514023100e439245203764e9c6a7.tar.gz
remove kopano-core dependency
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e5eebf1a664..8342f843b35b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = z-push
pkgdesc = open-source implementation of the ActiveSync protocol
pkgver = 2.4.1
- pkgrel = 1
+ pkgrel = 2
url = http://z-push.sf.net/
install = install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index dada21bb962f..57c6217b65de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=z-push
groups=('zarafa'
'kopano')
pkgver=2.4.4
-pkgrel=1
+pkgrel=2
pkgdesc="open-source implementation of the ActiveSync protocol"
arch=('any')
url="http://z-push.sf.net/"
@@ -15,7 +15,7 @@ makedepends=('git'
'php-composer')
depends=('nginx'
'php'
- 'kopano-core' # php-mapi
+ # 'kopano-core' # php-mapi
'php-fpm')
install='install'
backup=('etc/webapps/z-push/nginx-location.conf'