summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-01-22 18:45:21 +0100
committerNarrat2023-01-22 18:45:21 +0100
commit4832888c29a87508ecbb37efdd3244354795d9c8 (patch)
treef48f6b83abfcbd779949d690880d754f8a1ea79d /PKGBUILD
parent5abae902c1063fcbce4283759b1f63b86d646cdf (diff)
downloadaur-4832888c29a87508ecbb37efdd3244354795d9c8.tar.gz
nextcloud-end2end-encryption: cover php-legacy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cea3cafaee27..2aa921ad92ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=end_to_end_encryption
pkgname=nextcloud-app-end_to_end_encryption
pkgver=1.11.1
-pkgrel=1
+pkgrel=2
pkgdesc="Nextcloud End-to-End-Encryption App"
arch=('any')
url="https://github.com/nextcloud/end_to_end_encryption"
@@ -18,7 +18,7 @@ sha512sums=('054eed1dcf9062f6889c05036fe632e740091f83b3d4bcc4c5c8dc238971440fff8
# BEGIN boilerplate nextcloud app version clamping, see also other packages in group
# 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory
# 2. Add makedepends+=(nextcloud yq)
-_phps=(php7 php)
+_phps=(php7 php php-legacy)
_get_supported_ranges() {
_app_min_nextcloud="$(< appinfo/info.xml xq -r '.info.dependencies.nextcloud["@min-version"] | values')"
_app_max_nextcloud="$(< appinfo/info.xml xq -r '.info.dependencies.nextcloud["@max-version"] | values | tonumber | .+1')"