David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-news


Commits:
9b68cc7f by David Runge at 2024-05-14T18:22:50+02:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
4075755d by David Runge at 2024-05-14T18:25:17+02:00
upgpkg: 25.0.0.alpha6-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,14 +1,14 @@
 pkgbase = nextcloud-app-news
        pkgdesc = An RSS/Atom feed aggregator
-       pkgver = 25.0.0.alpha5
+       pkgver = 25.0.0.alpha6
        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-alpha5.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha5/news.tar.gz
-       sha512sums = 
c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f
-       b2sums = 
bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865
+       source = 
nextcloud-app-news-25.0.0-alpha6.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha6/news.tar.gz
+       sha512sums = 
385db5baa8b053e791af8baacc097e240248341455cf49488fba41cfae144728e471925162a17a335877dfbe813ac09040ee8220090c96754b3e22b20592ec20
+       b2sums = 
f35e1c89bf6c24a7873771ae7d1455c2ef325a7f4ed854e1bab6faa1cb69c2d0d1b1f05f4f88d8cd22773fa28dc8756928b2d814d96ee77da5b1afac27a53737
 
 pkgname = nextcloud-app-news


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[nextcloud-app-news]
+source = "git"
+git = "https://github.com/nextcloud/news";
+exclude_regex = ".*(rc|RC|alpha|beta).*"


=====================================
PKGBUILD
=====================================
@@ -3,16 +3,16 @@
 
 pkgname=nextcloud-app-news
 _name=news
-pkgver=25.0.0.alpha5
+pkgver=25.0.0.alpha6
 pkgrel=1
 pkgdesc="An RSS/Atom feed aggregator"
 arch=(any)
 url="https://github.com/nextcloud/news";
 license=(AGPL-3.0-or-later)
 makedepends=(nextcloud yq)
-source=($pkgname-${pkgver/.a/-a}.tar.gz::https://github.com/nextcloud/$_name/releases/download/${pkgver/.a/-a}/$_name.tar.gz)
-sha512sums=('c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f')
-b2sums=('bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865')
+source=($pkgname-${pkgver/.a/-a}.tar.gz::$url/releases/download/${pkgver/.a/-a}/$_name.tar.gz)
+sha512sums=('385db5baa8b053e791af8baacc097e240248341455cf49488fba41cfae144728e471925162a17a335877dfbe813ac09040ee8220090c96754b3e22b20592ec20')
+b2sums=('f35e1c89bf6c24a7873771ae7d1455c2ef325a7f4ed854e1bab6faa1cb69c2d0d1b1f05f4f88d8cd22773fa28dc8756928b2d814d96ee77da5b1afac27a53737')
 
 # 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/-/compare/b6b8659d4a26db1c271e32bd3261c5b02ef24528...4075755da46f35ee9b877eb4fb6f0f96017159d9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/compare/b6b8659d4a26db1c271e32bd3261c5b02ef24528...4075755da46f35ee9b877eb4fb6f0f96017159d9
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to