David Runge pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-calendar
Commits:
29906682 by David Runge at 2024-11-21T23:24:12+01:00
upgpkg: 1:5.0.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = nextcloud-app-calendar
pkgdesc = Calendar app for nextcloud
- pkgver = 5.0.1
+ pkgver = 5.0.5
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.0.1/calendar-v5.0.1.tar.gz
- sha256sums =
bfdaa373273650164aed078ed57059bb5d5ca0f23dd8f4597138a9cc110c9b77
- b2sums =
3e26cefb5d7feab8c736c9032a06f913c6b650f7b404cadd0c0f643a94a60ad72b9fcf728669276e72a1ec41675c07ac6d305faf5cb373b292f4f2f31f047d64
+ source =
https://github.com/nextcloud-releases/calendar/releases/download/v5.0.5/calendar-v5.0.5.tar.gz
+ sha256sums =
069dbdbf2bf891145f04d6daa6d5f75255398bdf5f5c8075e7e227810771288c
+ b2sums =
4b83b05986715efc4740f0dd41d2bc235bfb9a7ef1fc6a60b17ba35b3ecf043e3a5a84730453025ac9c18614fd6f3a820af8a0ea9becfa59f587acf125c32949
pkgname = nextcloud-app-calendar
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-calendar
_name=calendar
epoch=1
-pkgver=5.0.1
+pkgver=5.0.5
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=('bfdaa373273650164aed078ed57059bb5d5ca0f23dd8f4597138a9cc110c9b77')
-b2sums=('3e26cefb5d7feab8c736c9032a06f913c6b650f7b404cadd0c0f643a94a60ad72b9fcf728669276e72a1ec41675c07ac6d305faf5cb373b292f4f2f31f047d64')
+sha256sums=('069dbdbf2bf891145f04d6daa6d5f75255398bdf5f5c8075e7e227810771288c')
+b2sums=('4b83b05986715efc4740f0dd41d2bc235bfb9a7ef1fc6a60b17ba35b3ecf043e3a5a84730453025ac9c18614fd6f3a820af8a0ea9becfa59f587acf125c32949')
# 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/29906682b06a6152ebbce251c54cb35d4fe7edb6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/29906682b06a6152ebbce251c54cb35d4fe7edb6
You're receiving this email because of your account on gitlab.archlinux.org.