David Runge pushed to branch main at Arch Linux / Packaging / Packages /
nextcloud-app-news
Commits:
352b010a by David Runge at 2024-10-14T13:03:41+02:00
upgpkg: 25.0.0.alpha10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
pkgbase = nextcloud-app-news
pkgdesc = An RSS/Atom feed aggregator
- pkgver = 25.0.0.alpha9
+ pkgver = 25.0.0.alpha10
pkgrel = 1
url = https://github.com/nextcloud/news
arch = any
license = AGPL-3.0-or-later
makedepends = nextcloud
makedepends = yq
- source =
nextcloud-app-news-25.0.0-alpha9.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha9/news.tar.gz
- sha512sums =
05d4e2163bf69f7f1027f5f8b97fd3945ec27beb555c7d8fd46746ea9e37c887321b3dc07dc660790e856d42eff195ce3fcbec83e6a315a03048be0ba8087b7a
- b2sums =
53bcfa8ad380efc16acc296ab2567fad35fb9cc789ed4367370241948fdc0e2323a6e654ede1ddc4f5f32e7b7cfe66e554434f078dda646255dd1bd5989694b4
+ source =
nextcloud-app-news-25.0.0-alpha10.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha10/news.tar.gz
+ sha512sums =
8dc11247ac85bf7e76410c3ca5e8391266b1260d0dafcfaea6f33ae0bfdb4bb3d2c000ad1adb6f57a3814e622a542635012e60b683a5c8863fbd6e955f8c50f2
+ b2sums =
c1099cda107837cda7c37ab6d873276cda96102895c9dab9aef60179c5f40599e96bb8b977c15abd51f06afe8a80e94c9079bac9059107e781aae27cddb3de7f
pkgname = nextcloud-app-news
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=nextcloud-app-news
_name=news
-pkgver=25.0.0.alpha9
+pkgver=25.0.0.alpha10
pkgrel=1
pkgdesc="An RSS/Atom feed aggregator"
arch=(any)
@@ -11,8 +11,8 @@ url="https://github.com/nextcloud/news"
license=(AGPL-3.0-or-later)
makedepends=(nextcloud yq)
source=($pkgname-${pkgver/.a/-a}.tar.gz::$url/releases/download/${pkgver/.a/-a}/$_name.tar.gz)
-sha512sums=('05d4e2163bf69f7f1027f5f8b97fd3945ec27beb555c7d8fd46746ea9e37c887321b3dc07dc660790e856d42eff195ce3fcbec83e6a315a03048be0ba8087b7a')
-b2sums=('53bcfa8ad380efc16acc296ab2567fad35fb9cc789ed4367370241948fdc0e2323a6e654ede1ddc4f5f32e7b7cfe66e554434f078dda646255dd1bd5989694b4')
+sha512sums=('8dc11247ac85bf7e76410c3ca5e8391266b1260d0dafcfaea6f33ae0bfdb4bb3d2c000ad1adb6f57a3814e622a542635012e60b683a5c8863fbd6e955f8c50f2')
+b2sums=('c1099cda107837cda7c37ab6d873276cda96102895c9dab9aef60179c5f40599e96bb8b977c15abd51f06afe8a80e94c9079bac9059107e781aae27cddb3de7f')
# 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-news/-/commit/352b010a64b82a43d9654504674b589c47b54af1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/commit/352b010a64b82a43d9654504674b589c47b54af1
You're receiving this email because of your account on gitlab.archlinux.org.