Date: Tuesday, December 20, 2022 @ 11:27:49
  Author: dvzrv
Revision: 1363720

upgpkg: nextcloud-app-calendar 1:4.1.1-2: Rebuild to adapt to new php packaging.

Instead of php7, we now rely on the generic php-legacy package/interpreter name.

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-20 11:26:18 UTC (rev 1363719)
+++ PKGBUILD    2022-12-20 11:27:49 UTC (rev 1363720)
@@ -4,7 +4,7 @@
 _name=calendar
 epoch=1
 pkgver=4.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Calendar app for nextcloud"
 arch=(any)
 url="https://github.com/nextcloud/calendar/";
@@ -19,7 +19,7 @@
 # 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=(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')"

Reply via email to