[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Sat Jan 23 10:17:06 UTC 2021
Date: Saturday, January 23, 2021 @ 10:17:05
Author: pierre
Revision: 825945
Update dependency to php7 as PHP 8 is not supported yet
Modified:
roundcubemail/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-01-23 10:15:08 UTC (rev 825944)
+++ PKGBUILD 2021-01-23 10:17:05 UTC (rev 825945)
@@ -2,17 +2,17 @@
pkgname=roundcubemail
pkgver=1.4.10
-pkgrel=1
+pkgrel=2
pkgdesc="A PHP web-based mail client"
arch=('any')
url="https://roundcube.net/"
license=('GPL')
-depends=('php')
+depends=('php7')
options=('emptydirs')
makedepends=('git')
optdepends=('python: password change script'
'perl: for change_ldap_pass.pl helper'
- 'php-gd')
+ 'php7-gd')
backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')
validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
@@ -45,11 +45,11 @@
ln -s /etc/webapps/roundcubemail/config config
install -Dm0644 "$srcdir"/apache.conf "$pkgdir"/etc/webapps/roundcubemail/apache.conf
- chown http:http "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
+ chown 33:33 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
chmod 0640 "$pkgdir"/etc/webapps/roundcubemail/config/config.inc.php.sample
- install -dm0750 -o http -g http "$pkgdir"/var/cache/roundcubemail
- install -dm0750 -o http -g http "$pkgdir"/var/log/roundcubemail
+ install -dm0750 -o 33 -g 33 "$pkgdir"/var/cache/roundcubemail
+ install -dm0750 -o 33 -g 33 "$pkgdir"/var/log/roundcubemail
rm -rf temp logs
}
More information about the arch-commits
mailing list