Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-contacts
Commits:
7a3380ae by Sergej Pupykin at 2026-01-14T18:25:05+03:00
upgpkg: 8.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-contacts
pkgdesc = Contacts app for nextcloud
- pkgver = 8.2.0
+ pkgver = 8.2.1
pkgrel = 1
url = https://github.com/nextcloud/contacts/
arch = any
@@ -9,8 +9,8 @@ pkgbase = nextcloud-app-contacts
makedepends = nextcloud
makedepends = yq
options = !strip
- source =
nextcloud-app-contacts-8.2.0.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v8.2.0/contacts-v8.2.0.tar.gz
- sha256sums =
610aa71237eedd2b7ee24acbbde90af6289672c55e822f4c1b9f7430ef50d090
- b2sums =
210b4c0d7836393cbd0b937bd89bab7d1437a35b0ac65a898ac697b2ac98518c480671d62b74daacfe0dc1769849b6ef853d970c7f13aef65dac89c57baca8b1
+ source =
nextcloud-app-contacts-8.2.1.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v8.2.1/contacts-v8.2.1.tar.gz
+ sha256sums =
faf13f9ef454e80a4c78d284b71cb1c33989eff6117808d7ced20d251c1e78a8
+ b2sums =
9ab77cba8ba7025c4ecc72addc51f645f0b0180044ff97c78eb6a7ec5242661270b2cec644f6fdfffeb9fb9546f425b8865197b89db7e02d3521b285e68473c4
pkgname = nextcloud-app-contacts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=contacts
pkgname=nextcloud-app-contacts
-pkgver=8.2.0
+pkgver=8.2.1
pkgrel=1
pkgdesc="Contacts app for nextcloud"
arch=(any)
@@ -12,8 +12,8 @@ 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=('610aa71237eedd2b7ee24acbbde90af6289672c55e822f4c1b9f7430ef50d090')
-b2sums=('210b4c0d7836393cbd0b937bd89bab7d1437a35b0ac65a898ac697b2ac98518c480671d62b74daacfe0dc1769849b6ef853d970c7f13aef65dac89c57baca8b1')
+sha256sums=('faf13f9ef454e80a4c78d284b71cb1c33989eff6117808d7ced20d251c1e78a8')
+b2sums=('9ab77cba8ba7025c4ecc72addc51f645f0b0180044ff97c78eb6a7ec5242661270b2cec644f6fdfffeb9fb9546f425b8865197b89db7e02d3521b285e68473c4')
# 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/7a3380ae7258d026cb3c2b8624c90b905a2d4495
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/7a3380ae7258d026cb3c2b8624c90b905a2d4495
You're receiving this email because of your account on gitlab.archlinux.org.