David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-calendar
Commits: 70664419 by David Runge at 2023-10-04T12:03:59+02:00 upgpkg: 1:4.5.2-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = nextcloud-app-calendar + pkgdesc = Calendar app for nextcloud + pkgver = 4.5.2 + pkgrel = 1 + epoch = 1 + url = https://github.com/nextcloud/calendar/ + arch = any + groups = nextcloud-apps + license = AGPL-3.0-or-later + makedepends = nextcloud + makedepends = yq + options = !strip + source = https://github.com/nextcloud-releases/calendar/releases/download/v4.5.2/calendar-v4.5.2.tar.gz + sha256sums = 6279967f9c9ba473261d12cae6e253b45fc30fc3490e70ed4ab07124d036d2ed + b2sums = 0dd9d7f44373d30cebdfe9363cf203c22e6979ac693c021df9f70868351db5b26d88f7bd25f3feb811bc08c4952c2e5d7e7f78f550e5c4e79c8f292ee312f57b + +pkgname = nextcloud-app-calendar ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=nextcloud-app-calendar _name=calendar epoch=1 -pkgver=4.5.1 +pkgver=4.5.2 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=('20543149da1b3e71b366e97faa246810d90469093440416521e36c95597f8401') -b2sums=('d8f7e1c155a221da315e37b154b895ac8762865f6e335c82994f7ab7e88245ae58592438be623943b48ead827c06f6c797be79a3a30792b6bc2c95ebd037ba97') +sha256sums=('6279967f9c9ba473261d12cae6e253b45fc30fc3490e70ed4ab07124d036d2ed') +b2sums=('0dd9d7f44373d30cebdfe9363cf203c22e6979ac693c021df9f70868351db5b26d88f7bd25f3feb811bc08c4952c2e5d7e7f78f550e5c4e79c8f292ee312f57b') # 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/7066441902164260127d29e73af95e414956f939 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/7066441902164260127d29e73af95e414956f939 You're receiving this email because of your account on gitlab.archlinux.org.
