[arch-commits] Commit in roundcubemail/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 20 18:10:37 UTC 2020


    Date: Monday, January 20, 2020 @ 18:10:37
  Author: spupykin
Revision: 553234

move php-gd to optdeps

Modified:
  roundcubemail/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-20 18:04:56 UTC (rev 553233)
+++ PKGBUILD	2020-01-20 18:10:37 UTC (rev 553234)
@@ -7,10 +7,11 @@
 arch=('any')
 url="https://roundcube.net/"
 license=('GPL')
-depends=('php' 'php-gd')
+depends=('php')
 options=('emptydirs')
 makedepends=('php-composer' 'git')
-optdepends=('python: password change script')
+optdepends=('python: password change script'
+	    'php-gd')
 backup=('etc/webapps/roundcubemail/.htaccess'
         'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')



More information about the arch-commits mailing list