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

Sergej Pupykin spupykin at archlinux.org
Wed Jul 30 17:59:20 UTC 2014


    Date: Wednesday, July 30, 2014 @ 19:59:20
  Author: spupykin
Revision: 116604

upgpkg: owncloud 7.0.0-2

upd

Modified:
  owncloud/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-30 17:59:13 UTC (rev 116603)
+++ PKGBUILD	2014-07-30 17:59:20 UTC (rev 116604)
@@ -5,19 +5,23 @@
 
 pkgname=owncloud
 pkgver=7.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
 url="http://owncloud.org/"
 license=('GPL')
-depends=('php-gd' 'php-intl')
+depends=('php-gd')
 optdepends=('php-apache: to use the Apache web server'
 	    'php-sqlite: to use the SQLite database backend'
 	    'php-pgsql: to use the PostgreSQL database backend'
+	    'php-ldap: LDAP authentication'
+	    'php-intl'
+	    'php-apcu'
+	    'php-xcache'
 	    'mariadb: to use the MySQL database backend'
 	    'smbclient: to mount SAMBA shares'
 	    'php-mcrypt'
-	    'php-imagick: file preview'
+#	    'php-imagick: file preview'
 	    'ffmpeg: file preview'
 	    'libreoffice-common: file preview')
 makedepends=()




More information about the arch-commits mailing list