summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2022-06-21 19:51:40 +0200
committerAlphaJack2022-06-21 19:51:40 +0200
commit4d1c66348388beaa7a94f463f8017f78937bf829 (patch)
tree27cbe2b44d3506daa2cbacac65633a89c50af04e
parent447a5db160b05f0dedd51cb1ae3fb2de8de55595 (diff)
downloadaur-4d1c66348388beaa7a94f463f8017f78937bf829.tar.gz
Updated roundcubemail-plugin-carddav to 4.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8137e2e04b07..9989aeac67d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = roundcubemail-plugin-carddav
pkgdesc = CardDAV plugin for RoundCube Webmailer
- pkgver = 4.3.0
+ pkgver = 4.4.0
pkgrel = 1
url = https://github.com/mstilkerich/rcmcarddav
arch = any
license = GPL2
makedepends = composer
makedepends = systemd
- depends = roundcubemail
+ depends = roundcubemail<1.6
conflicts = roundcube-rcmcarddav
conflicts = roundcube-rcmcarddav-git
conflicts = roundcubemail-plugin-carddav-git
replaces = roundcube-rcmcarddav
options = !strip
backup = etc/webapps/roundcubemail/plugins/carddav/config.inc.php
- source = https://github.com/mstilkerich/rcmcarddav/releases/download/v4.3.0/carddav-v4.3.0.tar.gz
- sha256sums = 281dc6fadd6d953fbee8f60a31b35335e45ae2d91d07d02938a79438c12e06a9
+ source = https://github.com/mstilkerich/rcmcarddav/releases/download/v4.4.0/carddav-v4.4.0-roundcube15.tar.gz
+ sha256sums = a247f573eafbcd6a2af171f87874b3097e1f62a742a4446ab150226353d1ec83
pkgname = roundcubemail-plugin-carddav
diff --git a/PKGBUILD b/PKGBUILD
index db032ad6f8a2..382ba2a7fd00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="roundcubemail-plugin-carddav"
-pkgver=4.3.0
+pkgver=4.4.0
pkgrel=1
pkgdesc="CardDAV plugin for RoundCube Webmailer"
url="https://github.com/mstilkerich/rcmcarddav"
@@ -9,10 +9,12 @@ license=("GPL2")
arch=("any")
conflicts=("roundcube-rcmcarddav" "roundcube-rcmcarddav-git" "roundcubemail-plugin-carddav-git")
replaces=("roundcube-rcmcarddav")
-depends=("roundcubemail")
+# until roundcubemail 1.6 is available from official repos
+depends=("roundcubemail<1.6")
makedepends=("composer" "systemd")
-source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
-sha256sums=('281dc6fadd6d953fbee8f60a31b35335e45ae2d91d07d02938a79438c12e06a9')
+#source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
+source=("https://github.com/mstilkerich/rcmcarddav/releases/download/v4.4.0/carddav-v4.4.0-roundcube15.tar.gz")
+sha256sums=('a247f573eafbcd6a2af171f87874b3097e1f62a742a4446ab150226353d1ec83')
backup=("etc/webapps/roundcubemail/plugins/carddav/config.inc.php")
options=("!strip")