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

Sergej Pupykin spupykin at archlinux.org
Sat Jan 18 19:54:30 UTC 2020


    Date: Saturday, January 18, 2020 @ 19:54:29
  Author: spupykin
Revision: 553077

upgpkg: nextcloud 18.0.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-18 19:53:58 UTC (rev 553076)
+++ PKGBUILD	2020-01-18 19:54:29 UTC (rev 553077)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 
 pkgname=nextcloud
-pkgver=17.0.2
+pkgver=18.0.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
 arch=('any')
@@ -25,13 +25,13 @@
 source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
         'apache.example.conf'
         'nextcloud.hook')
-sha256sums=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
+sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
             'SKIP'
             '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
             'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-    depends=('php' 'php-gd')
+    depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
 
     # install project
     install -d "$pkgdir"/usr/share/webapps/



More information about the arch-commits mailing list