summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjahway6032021-07-28 02:42:06 -0400
committerjahway6032021-07-28 02:42:06 -0400
commitd2b6c22a0ba5a7e7a34b6306dab9e6ea50adcb92 (patch)
treefee9d7c9c2bdba2e88a9ebaa67e6b717f7d1884d
parentc7f487c52af8e01ea1ed5aca2bdf4613d7e1f723 (diff)
downloadaur-d2b6c22a0ba5a7e7a34b6306dab9e6ea50adcb92.tar.gz
minor update to require mariadb version less than 10.6 as that breaks it
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 126553bccc02..fe0201130c87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = nextcloud20
url = https://nextcloud.com
arch = any
license = AGPL
+ depends = mariadb<10.6
optdepends = php7-apache: to use the Apache web server
optdepends = php7-sqlite: to use the SQLite database backend
optdepends = php7-pgsql: to use the PostgreSQL database backend
diff --git a/PKGBUILD b/PKGBUILD
index 990fad9c195b..d59c98ef8890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A cloud server to store your files centrally on a hardware controlled b
arch=('any')
url="https://nextcloud.com"
license=('AGPL')
-depends=()
+depends=('mariadb<10.6')
optdepends=('php7-apache: to use the Apache web server'
'php7-sqlite: to use the SQLite database backend'
'php7-pgsql: to use the PostgreSQL database backend'