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

Sergej Pupykin spupykin at archlinux.org
Mon Dec 4 12:41:09 UTC 2017


    Date: Monday, December 4, 2017 @ 12:41:07
  Author: spupykin
Revision: 272116

upgpkg: nextcloud 12.0.4-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-04 12:38:39 UTC (rev 272115)
+++ PKGBUILD	2017-12-04 12:41:07 UTC (rev 272116)
@@ -2,13 +2,13 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=nextcloud
-pkgver=12.0.3
-pkgrel=3
+pkgver=12.0.4
+pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
 url="https://nextcloud.com"
 license=('AGPL')
-depends=('php-gd')
+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'
@@ -27,12 +27,14 @@
 source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
         'apache.example.conf'
         'nextcloud.hook')
-sha256sums=('88bcaccba886d0e5a145b15fe216d652ab68a0a4c089a102f1fa1e78e6ddfb71'
+sha256sums=('654161a74ceaf9a60c7731d7d6702e6710a972633a97955d16f01abeb09d09b6'
             'SKIP'
             '55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
             'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
+    depends=('php<7.2' 'php-gd<7.2')
+
     # install project
     install -d "$pkgdir"/usr/share/webapps/
     cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.



More information about the arch-commits mailing list