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

Sergej Pupykin spupykin at archlinux.org
Thu Feb 8 10:37:26 UTC 2018


    Date: Thursday, February 8, 2018 @ 10:37:25
  Author: spupykin
Revision: 290255

upgpkg: nextcloud 13.0.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 10:30:51 UTC (rev 290254)
+++ PKGBUILD	2018-02-08 10:37:25 UTC (rev 290255)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=nextcloud
-pkgver=12.0.5
+pkgver=13.0.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
@@ -9,15 +9,15 @@
 url="https://nextcloud.com"
 license=('AGPL')
 depends=()
-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'
+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'
             'mariadb: to use the MySQL database backend'
             'smbclient: to mount SAMBA shares'
-            'php71-mcrypt'
+            'php-mcrypt'
             'ffmpeg: file preview'
             'libreoffice: file preview')
 options=('!strip')
@@ -26,13 +26,13 @@
 source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
         'apache.example.conf'
         'nextcloud.hook')
-sha256sums=('c8be29ace6821079e881818266fe49d28812b5aa0c7d2e76511173d48828ca43'
+sha256sums=('38e6064432a2d1a044f219028d3fd46cb7a943a47e11eef346810bd289705aec'
             'SKIP'
             '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
             'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-    depends=('php71' 'php71-gd')
+    depends=('php' 'php-gd')
 
     # install project
     install -d "$pkgdir"/usr/share/webapps/



More information about the arch-commits mailing list