summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-08-30 23:51:24 +0200
committerAlphaJack2020-08-30 23:51:24 +0200
commit51686daa9b81a8cd52c2340919ea900feb05cee5 (patch)
treec45606965a4c89dbf74d4dc1fe2c4ec84fa93445
parent65599c0af49087a4c7242a0e6217bb2d0b86540a (diff)
downloadaur-51686daa9b81a8cd52c2340919ea900feb05cee5.tar.gz
Added conflicting package
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53d9cf2ce600..9ad3819df8a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = roundcubemail-plugin-carddav
depends = roundcubemail
conflicts = roundcube-rcmcarddav
conflicts = roundcube-rcmcarddav-git
+ conflicts = roundcubemail-plugin-carddav-git
backup = etc/webapps/roundcubemail/plugins/carddav/config.inc.php
source = https://github.com/blind-coder/rcmcarddav/releases/download/v4.0.0-alpha1/carddav-v4.0.0-alpha1.tgz
md5sums = 525688b0e165821bc1843ac5be7628c6
diff --git a/PKGBUILD b/PKGBUILD
index 7f020bf4bb2c..05abdb52af16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=4.0.0
pkgrel=1
pkgdesc="CardDAV plugin for RoundCube Webmailer"
arch=("any")
-conflicts=("roundcube-rcmcarddav" "roundcube-rcmcarddav-git")
+conflicts=("roundcube-rcmcarddav" "roundcube-rcmcarddav-git" "roundcubemail-plugin-carddav-git")
url="https://github.com/blind-coder/rcmcarddav"
license=("GPL2")
depends=("roundcubemail")