Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-contacts
Commits:
9e3e75f0 by Sergej Pupykin at 2025-01-12T15:32:24+03:00
upgpkg: 6.1.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-contacts
pkgdesc = Contacts app for nextcloud
- pkgver = 6.1.2
+ pkgver = 6.1.3
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.2.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v6.1.2/contacts-v6.1.2.tar.gz
- sha256sums =
337002f4a4f768ca4361e1a07ea556748e0b9e083fcb0ff7e874814b737e1b97
- b2sums =
105f4df0c9dfaf9867a8cffb175fac253fe332b228200ff02b9b5f946944d50726b2ad23bf618ec3ebebdea671115964127dc7701f51d8bea448c3008e5be692
+ source =
nextcloud-app-contacts-6.1.3.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v6.1.3/contacts-v6.1.3.tar.gz
+ sha256sums =
e61f7846698970cecfd168f1fe11c36d4039e71dc7fe494e8e4987deac4c6e94
+ b2sums =
16dcb29682bcfe6e1f19524c29318afe066a6565a9064077a017dfa0065f7e04dccf9a87bb809320683c76ee286542c697ba5e8a4251fa833fee57a9a8016893
pkgname = nextcloud-app-contacts
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_name=contacts
pkgname=nextcloud-app-contacts
-pkgver=6.1.2
+pkgver=6.1.3
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=('337002f4a4f768ca4361e1a07ea556748e0b9e083fcb0ff7e874814b737e1b97')
-b2sums=('105f4df0c9dfaf9867a8cffb175fac253fe332b228200ff02b9b5f946944d50726b2ad23bf618ec3ebebdea671115964127dc7701f51d8bea448c3008e5be692')
+sha256sums=('e61f7846698970cecfd168f1fe11c36d4039e71dc7fe494e8e4987deac4c6e94')
+b2sums=('16dcb29682bcfe6e1f19524c29318afe066a6565a9064077a017dfa0065f7e04dccf9a87bb809320683c76ee286542c697ba5e8a4251fa833fee57a9a8016893')
# 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/9e3e75f0c36cf61e5c7e8cf063b9c5be8f11b12a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/9e3e75f0c36cf61e5c7e8cf063b9c5be8f11b12a
You're receiving this email because of your account on gitlab.archlinux.org.