summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2181357191a..e27e7f806c12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = roundcubemail-plugin-carddav
pkgdesc = CardDAV plugin for RoundCube Webmailer
- pkgver = 4.2.1
- pkgrel = 2
+ pkgver = 5.0.1
+ pkgrel = 1
url = https://github.com/mstilkerich/rcmcarddav
arch = any
license = GPL2
- makedepends = composer
- makedepends = systemd
depends = roundcubemail
conflicts = roundcube-rcmcarddav
conflicts = roundcube-rcmcarddav-git
@@ -14,7 +12,7 @@ pkgbase = roundcubemail-plugin-carddav
replaces = roundcube-rcmcarddav
options = !strip
backup = etc/webapps/roundcubemail/plugins/carddav/config.inc.php
- source = https://github.com/mstilkerich/rcmcarddav/releases/download/v4.2.1/carddav-v4.2.1.tar.gz
- sha256sums = e4a2fba4465e3c0e199dbbf7c3c2a0b98ff3d5947917c12e26adf7cdc68d33c9
+ source = https://github.com/mstilkerich/rcmcarddav/releases/download/v5.0.1/carddav-v5.0.1.tar.gz
+ sha256sums = 629a1d8c56cb1ce8b5476809fc11bc01cfa909e0b749e487f9cee3176c67fbb1
pkgname = roundcubemail-plugin-carddav
diff --git a/PKGBUILD b/PKGBUILD
index bf13c4c82e95..ecc6f6326051 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: AlphaJack <alphajack at tuta dot io>
pkgname="roundcubemail-plugin-carddav"
-pkgver=4.2.1
-pkgrel=2
+pkgver=5.0.1
+pkgrel=1
pkgdesc="CardDAV plugin for RoundCube Webmailer"
url="https://github.com/mstilkerich/rcmcarddav"
license=("GPL2")
@@ -10,17 +10,11 @@ arch=("any")
conflicts=("roundcube-rcmcarddav" "roundcube-rcmcarddav-git" "roundcubemail-plugin-carddav-git")
replaces=("roundcube-rcmcarddav")
depends=("roundcubemail")
-makedepends=("composer" "systemd")
source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
-sha256sums=('e4a2fba4465e3c0e199dbbf7c3c2a0b98ff3d5947917c12e26adf7cdc68d33c9')
+sha256sums=('629a1d8c56cb1ce8b5476809fc11bc01cfa909e0b749e487f9cee3176c67fbb1')
backup=("etc/webapps/roundcubemail/plugins/carddav/config.inc.php")
options=("!strip")
-build(){
- cd "carddav"
- composer install --no-interaction --no-dev
-}
-
package(){
cd "carddav"
install -d "$pkgdir/usr/share/webapps/roundcubemail/plugins/carddav"