From 394be3f637d9230f5bbb5772ed85be8c5a2cb757 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Tue, 8 Dec 2020 11:25:19 +0100 Subject: [PATCH] upgpkg: roundcubemail-git 1.4.rc2.r633.gf979b0ce1-1 add systemd for http user provided by filesystem hook --- roundcubemail-git/.SRCINFO | 5 +++-- roundcubemail-git/PKGBUILD | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/roundcubemail-git/.SRCINFO b/roundcubemail-git/.SRCINFO index 25384df..280ed87 100644 --- a/roundcubemail-git/.SRCINFO +++ b/roundcubemail-git/.SRCINFO @@ -1,10 +1,11 @@ pkgbase = roundcubemail-git pkgdesc = A PHP web-based mail client - pkgver = 1.4.rc2.r595.ge99fb3968 - pkgrel = 3 + pkgver = 1.4.rc2.r633.gf979b0ce1 + pkgrel = 1 url = https://roundcube.net/ arch = any license = GPL + makedepends = systemd makedepends = composer makedepends = php-gd makedepends = git diff --git a/roundcubemail-git/PKGBUILD b/roundcubemail-git/PKGBUILD index bc38dfb..9ac2302 100644 --- a/roundcubemail-git/PKGBUILD +++ b/roundcubemail-git/PKGBUILD @@ -2,14 +2,14 @@ # Contributor: Sergej Pupykin pkgname=roundcubemail-git -pkgver=1.4.rc2.r595.ge99fb3968 -pkgrel=3 +pkgver=1.4.rc2.r633.gf979b0ce1 +pkgrel=1 pkgdesc="A PHP web-based mail client" arch=('any') url="https://roundcube.net/" license=('GPL') depends=('php' 'php-gd') -makedepends=('composer' 'php-gd' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css') +makedepends=('systemd' 'composer' 'php-gd' 'git' 'unzip' 'java-runtime' 'nodejs-less-plugin-clean-css') optdepends=('python2') provides=('roundcubemail') conflicts=('roundcubemail')