Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-calendar
Commits:
fbd1efcd by Sergej Pupykin at 2025-09-17T12:00:07+03:00
upgpkg: 1:5.5.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-calendar
pkgdesc = Calendar app for nextcloud
- pkgver = 5.5.3
+ pkgver = 5.5.4
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/v5.5.3/calendar-v5.5.3.tar.gz
- sha256sums =
ca96c8aae00c549e61e9102b070395adefa8efa26b7a5d07f83f6d85bb664e0d
- b2sums =
d026810445e2f7dcaff882f7cd0e99fa52e3d0683b0907fd5da2b74b960b0d2ac8567d964665a8b07d6685326bbec27cd39b7b0036941f51f9df6d2415651b2c
+ source =
https://github.com/nextcloud-releases/calendar/releases/download/v5.5.4/calendar-v5.5.4.tar.gz
+ sha256sums =
775870a7fecff92dad4ff41acb9172a4621afc7d4e18644e297bf56c5f744cbe
+ b2sums =
6e728a97058d43e7611501853c3223ec03b4119158d1fec010805da5f3c3c6258e879f38c9a3f9847d4a76d14be6786fc7d14bad21a8d58d88c459c215ca9f44
pkgname = nextcloud-app-calendar
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-calendar
_name=calendar
epoch=1
-pkgver=5.5.3
+pkgver=5.5.4
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=('ca96c8aae00c549e61e9102b070395adefa8efa26b7a5d07f83f6d85bb664e0d')
-b2sums=('d026810445e2f7dcaff882f7cd0e99fa52e3d0683b0907fd5da2b74b960b0d2ac8567d964665a8b07d6685326bbec27cd39b7b0036941f51f9df6d2415651b2c')
+sha256sums=('775870a7fecff92dad4ff41acb9172a4621afc7d4e18644e297bf56c5f744cbe')
+b2sums=('6e728a97058d43e7611501853c3223ec03b4119158d1fec010805da5f3c3c6258e879f38c9a3f9847d4a76d14be6786fc7d14bad21a8d58d88c459c215ca9f44')
# 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/fbd1efcda41f4d772da9d8652c377d83e7563fe0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/fbd1efcda41f4d772da9d8652c377d83e7563fe0
You're receiving this email because of your account on gitlab.archlinux.org.