Date: Tuesday, December 20, 2022 @ 11:29:12 Author: dvzrv Revision: 1363724
upgpkg: nextcloud-app-deck 1:1.8.2-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-deck/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-20 11:28:13 UTC (rev 1363723) +++ PKGBUILD 2022-12-20 11:29:12 UTC (rev 1363724) @@ -1,10 +1,10 @@ # Maintainer: David Runge <[email protected]> # Contributor: Jonas Heinrich <[email protected]> +_name=deck pkgname=nextcloud-app-deck -_name=deck pkgver=1.8.2 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc="Kanban style organization tool aimed at personal planning and project organization" arch=(any) @@ -20,7 +20,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')"
