Date: Tuesday, January 24, 2023 @ 11:47:09
Author: alerque
Revision: 1388045
upgpkg: nextcloud-app-notify_push 0.5.1-1
Modified:
nextcloud-app-notify_push/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-24 11:25:32 UTC (rev 1388044)
+++ PKGBUILD 2023-01-24 11:47:09 UTC (rev 1388045)
@@ -2,7 +2,7 @@
# Contributor: Carlos Galindo < arch -at - cgj.es >
pkgname=nextcloud-app-notify_push
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc='Update notifications for nextcloud clients'
arch=(x86_64)
@@ -18,13 +18,13 @@
_archive="${pkgname##*-}-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz"
"$pkgname.service")
-sha256sums=('97b9c9364a2fb6c961751596d85a95e1c5b2f816d34d3c7770e2af36a613afc8'
+sha256sums=('edd7c59b91de8c9ace63f79bec9e788eabd5cc467af2206f0705c1c85e27b508'
'b22b470f9e02d2bbe0c266431948daaadd7e7f007c27a989bdfcb063ee58fac6')
# 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-legacy php)
_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')"