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

Jelle van der Waa jelle at archlinux.org
Sat Sep 26 18:35:36 UTC 2020


    Date: Saturday, September 26, 2020 @ 18:35:36
  Author: jelle
Revision: 712509

Add optional perl dependency

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-26 18:27:22 UTC (rev 712508)
+++ PKGBUILD	2020-09-26 18:35:36 UTC (rev 712509)
@@ -2,7 +2,7 @@
 
 pkgname=roundcubemail
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A PHP web-based mail client"
 arch=('any')
 url="https://roundcube.net/"
@@ -11,6 +11,7 @@
 options=('emptydirs')
 makedepends=('php-composer' 'git')
 optdepends=('python: password change script'
+            'perl: for change_ldap_pass.pl helper'
 	    'php-gd')
 backup=('etc/webapps/roundcubemail/.htaccess'
         'etc/webapps/roundcubemail/apache.conf')



More information about the arch-commits mailing list