makedeb


nextcloud 22.1.1-1


A cloud server to store your files centrally on a hardware controlled by you

Click here to go back to the commit logs for nextcloud.

Commit:


Hash: 6b411c397ea9d174dc8f0990b49d3226597b10d2

Message: Specify php8.0 as php version

Diff


diff --git a/PKGBUILD b/PKGBUILD
index 96785f7..47302f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,24 +9,24 @@ pkgdesc="A cloud server to store your files centrally on a hardware controlled b
 arch=('any')
 url="https://nextcloud.com"
 license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
+depends=('php8.0' 'php8.0-gd')
 optdepends=(
   'curl: for webcron jobs from within uwsgi'
   'ffmpeg: for preview generation'
   'libreoffice: for preview generation'
   'mariadb: to use a local MariaDB server'
   'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
+  'php8.0-apcu: for caching with APCU'
+  'php8.0-apache: to use the Apache web server'
   'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
+  'php8.0-fpm: to run in fastCGI process manager'
+  'php8.0-imagick: for preview generation'
+  'php8.0-imap: for external user authentication'
+  'php8.0-intl: to increase language translation performance and fix sorting'
+  'php8.0-memcached: for caching with memcached'
+  'php8.0-pgsql: to use the PostgreSQL database backend'
+  'php8.0-redis: for caching with redis'
+  'php8.0-sqlite: to use the SQLite database backend'
   'postgresql: to use a local PostgreSQL server'
   'redis: to use a local Redis server'
   'smbclient: for SMB/CIFS integration'