summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c14a7dc46354..e2181357191a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = roundcubemail-plugin-carddav
pkgdesc = CardDAV plugin for RoundCube Webmailer
pkgver = 4.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mstilkerich/rcmcarddav
arch = any
license = GPL2
@@ -12,6 +12,7 @@ pkgbase = roundcubemail-plugin-carddav
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.2.1/carddav-v4.2.1.tar.gz
sha256sums = e4a2fba4465e3c0e199dbbf7c3c2a0b98ff3d5947917c12e26adf7cdc68d33c9
diff --git a/PKGBUILD b/PKGBUILD
index cd1d896f2b14..bf13c4c82e95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="roundcubemail-plugin-carddav"
pkgver=4.2.1
-pkgrel=1
+pkgrel=2
pkgdesc="CardDAV plugin for RoundCube Webmailer"
url="https://github.com/mstilkerich/rcmcarddav"
license=("GPL2")
@@ -14,6 +14,7 @@ makedepends=("composer" "systemd")
source=("$url/releases/download/v$pkgver/carddav-v$pkgver.tar.gz")
sha256sums=('e4a2fba4465e3c0e199dbbf7c3c2a0b98ff3d5947917c12e26adf7cdc68d33c9')
backup=("etc/webapps/roundcubemail/plugins/carddav/config.inc.php")
+options=("!strip")
build(){
cd "carddav"