[arch-commits] Commit in nextcloud/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Tue Jan 9 18:12:35 UTC 2018
Date: Tuesday, January 9, 2018 @ 18:12:32
Author: spupykin
Revision: 280740
upgpkg: nextcloud 12.0.4-2
Modified:
nextcloud/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-09 18:12:20 UTC (rev 280739)
+++ PKGBUILD 2018-01-09 18:12:32 UTC (rev 280740)
@@ -3,22 +3,22 @@
pkgname=nextcloud
pkgver=12.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any')
url="https://nextcloud.com"
license=('AGPL')
depends=()
-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'
+optdepends=('php71-apache: to use the Apache web server'
+ 'php71-sqlite: to use the SQLite database backend'
+ 'php71-pgsql: to use the PostgreSQL database backend'
+ 'php71-ldap: LDAP authentication'
+ 'php71-intl'
+ 'php71-apcu'
+ 'php71-xcache'
'mariadb: to use the MySQL database backend'
'smbclient: to mount SAMBA shares'
- 'php-mcrypt'
+ 'php71-mcrypt'
'ffmpeg: file preview'
'libreoffice: file preview')
options=('!strip')
@@ -33,7 +33,7 @@
'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
package() {
- depends=('php<7.2' 'php-gd<7.2')
+ depends=('php71' 'php71-gd')
# install project
install -d "$pkgdir"/usr/share/webapps/
More information about the arch-commits
mailing list