upgpkg: roundcubemail-git 1.4.rc2.r633.gf979b0ce1-1
add systemd for http user provided by filesystem hook
This commit is contained in:
parent
388147aa37
commit
394be3f637
2 changed files with 6 additions and 5 deletions
|
@ -1,10 +1,11 @@
|
||||||
pkgbase = roundcubemail-git
|
pkgbase = roundcubemail-git
|
||||||
pkgdesc = A PHP web-based mail client
|
pkgdesc = A PHP web-based mail client
|
||||||
pkgver = 1.4.rc2.r595.ge99fb3968
|
pkgver = 1.4.rc2.r633.gf979b0ce1
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = https://roundcube.net/
|
url = https://roundcube.net/
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
|
makedepends = systemd
|
||||||
makedepends = composer
|
makedepends = composer
|
||||||
makedepends = php-gd
|
makedepends = php-gd
|
||||||
makedepends = git
|
makedepends = git
|
||||||
|
|
|
@ -2,14 +2,14 @@
|
||||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||||
|
|
||||||
pkgname=roundcubemail-git
|
pkgname=roundcubemail-git
|
||||||
pkgver=1.4.rc2.r595.ge99fb3968
|
pkgver=1.4.rc2.r633.gf979b0ce1
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="A PHP web-based mail client"
|
pkgdesc="A PHP web-based mail client"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://roundcube.net/"
|
url="https://roundcube.net/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
depends=('php' 'php-gd')
|
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')
|
optdepends=('python2')
|
||||||
provides=('roundcubemail')
|
provides=('roundcubemail')
|
||||||
conflicts=('roundcubemail')
|
conflicts=('roundcubemail')
|
||||||
|
|
Loading…
Reference in a new issue