David Runge pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-contacts
Commits:
f53603cb by David Runge at 2024-11-21T23:23:13+01:00
upgpkg: 6.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-contacts
pkgdesc = Contacts app for nextcloud
- pkgver = 6.1.0
+ pkgver = 6.1.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-6.1.0.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v6.1.0/contacts-v6.1.0.tar.gz
- sha256sums =
fef8a49b2e6984e2b53a116eeb0e40d4162235f6d8694ec9b36fa38aeaccdae8
- b2sums =
d221099513dd7fba5c3261a3bd9fe73d919fc28622046cb240386194de34156589f7fffd8c4094090171f790ce80bdf433deacb0c6943c27b345a33f378bf611
+ source =
nextcloud-app-contacts-6.1.1.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v6.1.1/contacts-v6.1.1.tar.gz
+ sha256sums =
ef9ba92e98a83a98243724abaf7c2d7ce912c1d355a3c5ca60a138c1e5909b00
+ b2sums =
d0e532a0615bd229abdaae365165dabb2bde6b93add684d889ebc1593d473f7293f5eea7c56d668c9163d9795eb2e5770303e2a0dec46edfaac36a06529b4f51
pkgname = nextcloud-app-contacts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=contacts
pkgname=nextcloud-app-contacts
-pkgver=6.1.0
+pkgver=6.1.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=('fef8a49b2e6984e2b53a116eeb0e40d4162235f6d8694ec9b36fa38aeaccdae8')
-b2sums=('d221099513dd7fba5c3261a3bd9fe73d919fc28622046cb240386194de34156589f7fffd8c4094090171f790ce80bdf433deacb0c6943c27b345a33f378bf611')
+sha256sums=('ef9ba92e98a83a98243724abaf7c2d7ce912c1d355a3c5ca60a138c1e5909b00')
+b2sums=('d0e532a0615bd229abdaae365165dabb2bde6b93add684d889ebc1593d473f7293f5eea7c56d668c9163d9795eb2e5770303e2a0dec46edfaac36a06529b4f51')
# 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/f53603cb3b38f14a628fbe532b4ed22569645aec
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/f53603cb3b38f14a628fbe532b4ed22569645aec
You're receiving this email because of your account on gitlab.archlinux.org.