David Runge pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-calendar
Commits:
c7ce7be6 by David Runge at 2023-12-01T09:56:02+01:00
upgpkg: 1:4.6.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-calendar
pkgdesc = Calendar app for nextcloud
- pkgver = 4.5.3
+ pkgver = 4.6.0
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/v4.5.3/calendar-v4.5.3.tar.gz
- sha256sums =
ac5c99bfeb5ca66d3174aa3443750704aee550b93634ad45f1649a68c5efceca
- b2sums =
09c4d18ddf29697a6148148bc5cfde79bea82b8a21d53b653fd270c2269949a2222543408c71fd9d388d166ce496ab645c145091ac82ae1608b294ea5acad8df
+ source =
https://github.com/nextcloud-releases/calendar/releases/download/v4.6.0/calendar-v4.6.0.tar.gz
+ sha256sums =
615161d78a29b2502eec6e117a70f49b38123cb4d9de150166914d41134ce07f
+ b2sums =
5a3e3e474ae347f52a2af090ac7b63911cab3796d82eb52ab0bf18b5339036471d3bbf4843ad2185f42a8fa5361d0d43aefc86d9acec0b2e089fb3e57578a96e
pkgname = nextcloud-app-calendar
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-calendar
_name=calendar
epoch=1
-pkgver=4.5.3
+pkgver=4.6.0
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=('ac5c99bfeb5ca66d3174aa3443750704aee550b93634ad45f1649a68c5efceca')
-b2sums=('09c4d18ddf29697a6148148bc5cfde79bea82b8a21d53b653fd270c2269949a2222543408c71fd9d388d166ce496ab645c145091ac82ae1608b294ea5acad8df')
+sha256sums=('615161d78a29b2502eec6e117a70f49b38123cb4d9de150166914d41134ce07f')
+b2sums=('5a3e3e474ae347f52a2af090ac7b63911cab3796d82eb52ab0bf18b5339036471d3bbf4843ad2185f42a8fa5361d0d43aefc86d9acec0b2e089fb3e57578a96e')
# 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/c7ce7be6b1e81140a64836a74fa2241f6f765c19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/c7ce7be6b1e81140a64836a74fa2241f6f765c19
You're receiving this email because of your account on gitlab.archlinux.org.