David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-contacts
Commits: a54c514d by David Runge at 2023-12-14T14:33:36+01:00 upgpkg: 5.5.0-1 Switch to correct SPDX license identifier for upstream project - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,16 @@ +pkgbase = nextcloud-app-contacts + pkgdesc = Contacts app for nextcloud + pkgver = 5.5.0 + pkgrel = 1 + url = https://github.com/nextcloud/contacts/ + arch = any + groups = nextcloud-apps + license = AGPL-3.0-or-later + makedepends = nextcloud + makedepends = yq + options = !strip + source = nextcloud-app-contacts-5.5.0.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v5.5.0/contacts-v5.5.0.tar.gz + sha256sums = c6d9d165dea9e4cab579ccebba1de482bf6cd7ce0cb73d0ef6fcda6818760d26 + b2sums = 140be8f0e36968faff5c4033016d4df0208f497107f591eab2191b7e35a565b30c9b9c159932c8f65b3d3692025cbb384cef6f0479ffd4ce2c934d07b2099166 + +pkgname = nextcloud-app-contacts ===================================== PKGBUILD ===================================== @@ -2,18 +2,18 @@ _name=contacts pkgname=nextcloud-app-contacts -pkgver=5.4.2 +pkgver=5.5.0 pkgrel=1 pkgdesc="Contacts app for nextcloud" arch=(any) url="https://github.com/nextcloud/contacts/" -license=(AGPL3) +license=(AGPL-3.0-or-later) makedepends=(nextcloud yq) groups=(nextcloud-apps) options=(!strip) source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v$pkgver/contacts-v$pkgver.tar.gz) -sha256sums=('365a9229094d8b205ea6d84c792f3db51358bd3b4176ef8f38d104b7c3abb8a1') -b2sums=('b2fa0e830b9a3d2d5afac1dfc73f9780ecc824a79032719056f9654ee17377d426e9f29724ea49480d038b067b352e266fea5c40a8c294bd0417a9c8f6be996e') +sha256sums=('c6d9d165dea9e4cab579ccebba1de482bf6cd7ce0cb73d0ef6fcda6818760d26') +b2sums=('140be8f0e36968faff5c4033016d4df0208f497107f591eab2191b7e35a565b30c9b9c159932c8f65b3d3692025cbb384cef6f0479ffd4ce2c934d07b2099166') # 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 View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/a54c514d6a3e6f77a7d2457d524d1cfe67d8c05f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/a54c514d6a3e6f77a7d2457d524d1cfe67d8c05f You're receiving this email because of your account on gitlab.archlinux.org.
