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

Sergej Pupykin spupykin at archlinux.org
Sat Sep 19 16:32:40 UTC 2020


    Date: Saturday, September 19, 2020 @ 16:32:40
  Author: spupykin
Revision: 710881

fix minor bugs

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-19 15:57:05 UTC (rev 710880)
+++ PKGBUILD	2020-09-19 16:32:40 UTC (rev 710881)
@@ -16,11 +16,11 @@
             'php-apcu'
             'mariadb: to use the MySQL database backend'
             'smbclient: to mount SAMBA shares'
-            'php-mcrypt'
             'ffmpeg: file preview'
             'libreoffice: file preview')
 options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
+backup=('etc/webapps/nextcloud/apache.example.conf'
+        'etc/webapps/nextcloud/config/config.php')
 validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
 source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
         'apache.example.conf'



More information about the arch-commits mailing list