Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-contacts
Commits:
9383efd7 by Sergej Pupykin at 2025-09-17T12:00:28+03:00
upgpkg: 7.3.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-contacts
pkgdesc = Contacts app for nextcloud
- pkgver = 7.3.0
+ pkgver = 7.3.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-7.3.0.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v7.3.0/contacts-v7.3.0.tar.gz
- sha256sums =
9e81f513adcb2dba63a4aae9adad76bb331f4184e0842e064531cebb6ac7eae6
- b2sums =
90179c6d7bb3c62c2a21ffc6f75093d6038b2a29a048e135a0390c5ab84866455f8b06f4b0b104979d4136210b0755330b32e237f5ab6f63063e54cd5edefdd5
+ source =
nextcloud-app-contacts-7.3.1.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v7.3.1/contacts-v7.3.1.tar.gz
+ sha256sums =
f28aeb73831d20771f1d0a8fffa10566bb593fe81a64666a67130b3dda3224a6
+ b2sums =
3ab31e82905e3e57177fe79b72b4062ac4b414288edc770a507934220f9f0c376cb710e8825365f3fbd258f19bec0392e6f042bc6fce51dc4594d0dc59651791
pkgname = nextcloud-app-contacts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=contacts
pkgname=nextcloud-app-contacts
-pkgver=7.3.0
+pkgver=7.3.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=('9e81f513adcb2dba63a4aae9adad76bb331f4184e0842e064531cebb6ac7eae6')
-b2sums=('90179c6d7bb3c62c2a21ffc6f75093d6038b2a29a048e135a0390c5ab84866455f8b06f4b0b104979d4136210b0755330b32e237f5ab6f63063e54cd5edefdd5')
+sha256sums=('f28aeb73831d20771f1d0a8fffa10566bb593fe81a64666a67130b3dda3224a6')
+b2sums=('3ab31e82905e3e57177fe79b72b4062ac4b414288edc770a507934220f9f0c376cb710e8825365f3fbd258f19bec0392e6f042bc6fce51dc4594d0dc59651791')
# 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/9383efd78bf39b1511d6e1e30061806a27e018f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/9383efd78bf39b1511d6e1e30061806a27e018f9
You're receiving this email because of your account on gitlab.archlinux.org.