summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2022-06-28 16:51:16 +0200
committerAlphaJack2022-06-28 16:52:04 +0200
commitee1ad4139f8ab0e28bb647e8fc1d9936167ec0d2 (patch)
treef47ecfaedbd486f9f8db845e17056900acef338e
parent31dab04cff1ae3e1718be3a8654a84a2ab6cef13 (diff)
downloadaur-ee1ad4139f8ab0e28bb647e8fc1d9936167ec0d2.tar.gz
Updated roundcubemail-plugin-carddav to 4.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67099814c9f..ba38493f16d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = roundcubemail-plugin-carddav
pkgdesc = CardDAV plugin for RoundCube Webmailer
- pkgver = 4.4.1
+ pkgver = 4.4.2
pkgrel = 1
url = https://github.com/mstilkerich/rcmcarddav
arch = any
license = GPL2
makedepends = composer
makedepends = systemd
- depends = roundcubemail<1.6
+ depends = roundcubemail
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.4.1/carddav-v4.4.1-roundcube15.tar.gz
- sha256sums = c9f64ecfa7c2ed86d60be130dcb01a59e394c86f71b684e923aa1cd32aa5d08b
+ source = https://github.com/mstilkerich/rcmcarddav/releases/download/v4.4.2/carddav-v4.4.2.tar.gz
+ sha256sums = 86a777ec3e578551c784a4373b4a3dab0c5ff0ed6790c52b358f07a17096919c
pkgname = roundcubemail-plugin-carddav
diff --git a/PKGBUILD b/PKGBUILD
index a9aeef0af092..091893f2271e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="roundcubemail-plugin-carddav"
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="CardDAV plugin for RoundCube Webmailer"
url="https://github.com/mstilkerich/rcmcarddav"
@@ -9,12 +9,10 @@ license=("GPL2")
arch=("any")
conflicts=("roundcube-rcmcarddav" "roundcube-rcmcarddav-git" "roundcubemail-plugin-carddav-git")
replaces=("roundcube-rcmcarddav")
-# until roundcubemail 1.6 is available from official repos
-depends=("roundcubemail<1.6")
+depends=("roundcubemail")
makedepends=("composer" "systemd")
-#source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
-source=("https://github.com/mstilkerich/rcmcarddav/releases/download/v$pkgver/carddav-v$pkgver-roundcube15.tar.gz")
-sha256sums=('c9f64ecfa7c2ed86d60be130dcb01a59e394c86f71b684e923aa1cd32aa5d08b')
+source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
+sha256sums=('86a777ec3e578551c784a4373b4a3dab0c5ff0ed6790c52b358f07a17096919c')
backup=("etc/webapps/roundcubemail/plugins/carddav/config.inc.php")
options=("!strip")