Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-calendar
Commits:
1c81373c by Sergej Pupykin at 2025-12-05T04:22:47+03:00
upgpkg: 1:6.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-calendar
pkgdesc = Calendar app for nextcloud
- pkgver = 6.1.0
+ pkgver = 6.1.1
pkgrel = 1
epoch = 1
url = https://github.com/nextcloud/calendar/
@@ -10,8 +10,8 @@ pkgbase = nextcloud-app-calendar
makedepends = nextcloud
makedepends = yq
options = !strip
- source =
https://github.com/nextcloud-releases/calendar/releases/download/v6.1.0/calendar-v6.1.0.tar.gz
- sha256sums =
b981951a8b7c8816cb0f20cdaf3d8727e8dc6212a0db47c2748f631e2d62d9ae
- b2sums =
b063fe7e62eed3847bb091db1213ddf4d045912a4d6287a6b86e723aa929aaf48d6d19a51cd7054bc7787bb9ecad964a812840746bcfdfee50aab9bffc23d35a
+ source =
https://github.com/nextcloud-releases/calendar/releases/download/v6.1.1/calendar-v6.1.1.tar.gz
+ sha256sums =
4cdbe908373575a23bfcc38c4778eea10caf71857586def61e394f1296b31c1c
+ b2sums =
0325a52fb46c02ad691b62904eaac7dc937a299c5c2546036c24d956fbfc72d6e66b46102a73f337f6e33a38944eb13dde97afb031f001cade894c3978deba45
pkgname = nextcloud-app-calendar
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-calendar
_name=calendar
epoch=1
-pkgver=6.1.0
+pkgver=6.1.1
pkgrel=1
pkgdesc="Calendar app for nextcloud"
arch=(any)
@@ -13,8 +13,8 @@ makedepends=(nextcloud yq)
groups=(nextcloud-apps)
options=(!strip)
source=(https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha256sums=('b981951a8b7c8816cb0f20cdaf3d8727e8dc6212a0db47c2748f631e2d62d9ae')
-b2sums=('b063fe7e62eed3847bb091db1213ddf4d045912a4d6287a6b86e723aa929aaf48d6d19a51cd7054bc7787bb9ecad964a812840746bcfdfee50aab9bffc23d35a')
+sha256sums=('4cdbe908373575a23bfcc38c4778eea10caf71857586def61e394f1296b31c1c')
+b2sums=('0325a52fb46c02ad691b62904eaac7dc937a299c5c2546036c24d956fbfc72d6e66b46102a73f337f6e33a38944eb13dde97afb031f001cade894c3978deba45')
# 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-calendar/-/commit/1c81373c0af1b7e31dad14bcc0744fbbf35e4231
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/1c81373c0af1b7e31dad14bcc0744fbbf35e4231
You're receiving this email because of your account on gitlab.archlinux.org.