diff options
author | GoliathLabs | 2020-06-14 17:10:13 +0200 |
---|---|---|
committer | GoliathLabs | 2020-06-14 17:10:13 +0200 |
commit | b0dc577b75828880a73545bfc4a95a9ad0869013 (patch) | |
tree | dc3d0de800eb0cad1334cdaaf61e33293da915ff | |
parent | 3f70ceb8f072718fb6bab83133e207987963cf24 (diff) | |
download | aur-b0dc577b75828880a73545bfc4a95a9ad0869013.tar.gz |
Updated: php dependency
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -1,7 +1,7 @@ pkgbase = owncloud pkgdesc = Securely access and share data from everywhere and any device pkgver = 10.4.1 - pkgrel = 3 + pkgrel = 4 url = https://owncloud.org/ arch = any license = GPL @@ -32,7 +32,6 @@ pkgbase = owncloud sha256sums = fae2a021055a7bcf2ceece645e15a921aecefab088583a3f8c4d7d969578a36e pkgname = owncloud - depends = php>=7.4.0 - depends = php<7.5.0 + depends = php<7.4.0 depends = php-gd @@ -6,7 +6,7 @@ pkgname=owncloud pkgver=10.4.1 -pkgrel=3 +pkgrel=4 pkgdesc="Securely access and share data from everywhere and any device" arch=('any') url="https://owncloud.org/" @@ -39,7 +39,7 @@ sha256sums=('63f32048225c6bc4534c6757e8beee65fc845a35126899e85d787a3ba4073d48' 'fae2a021055a7bcf2ceece645e15a921aecefab088583a3f8c4d7d969578a36e') package() { - depends=('php>=7.4.0' 'php<7.5.0' 'php-gd') + depends=('php<7.4.0' 'php-gd') # install project install -d "$pkgdir"/usr/share/webapps/ |