[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Sun Feb 21 12:16:59 UTC 2021
Date: Sunday, February 21, 2021 @ 12:16:59
Author: spupykin
Revision: 867631
roundcubemail looks working with php8
Modified:
roundcubemail/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-02-21 12:16:16 UTC (rev 867630)
+++ PKGBUILD 2021-02-21 12:16:59 UTC (rev 867631)
@@ -7,12 +7,12 @@
arch=('any')
url="https://roundcube.net/"
license=('GPL')
-depends=('php7')
+depends=('php')
options=('emptydirs')
makedepends=('git')
optdepends=('python: password change script'
'perl: for change_ldap_pass.pl helper'
- 'php7-gd')
+ 'php-gd')
backup=('etc/webapps/roundcubemail/.htaccess'
'etc/webapps/roundcubemail/apache.conf')
validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
More information about the arch-commits
mailing list