Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
rssguard
Commits:
d31d82ca by Antonio Rojas at 2025-05-27T08:17:35+02:00
upgpkg: 4.8.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rssguard
pkgdesc = Simple (yet powerful) Qt feed reader
- pkgver = 4.8.4
+ pkgver = 4.8.5
pkgrel = 1
url = https://github.com/martinrotter/rssguard
arch = x86_64
@@ -20,8 +20,8 @@ pkgbase = rssguard
depends = sqlite
optdepends = clang: Support for beautification of message filter scripts
optdepends = mariadb-libs: Support for MariaDB-based data storage
- source = git+https://github.com/martinrotter/rssguard#tag=4.8.4
- sha256sums =
7cd5aa8076b6726a3c56ffba712d5df8298846a06891a90fd70534d99f04283e
+ source = git+https://github.com/martinrotter/rssguard#tag=4.8.5
+ sha256sums =
9a2ee919f9e657818e9ddbdf9a7810797443bccbcee0991a0dec770e6fcca8e2
pkgname = rssguard
depends = gcc-libs
@@ -37,6 +37,6 @@ pkgname = rssguard
pkgname = rssguard-lite
pkgdesc = Simple (yet powerful) Qt feed reader without WebEngine support
- provides = rssguard=4.8.4
+ provides = rssguard=4.8.5
conflicts = rssguard
replaces = rssguard-nowebengine
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=rssguard
pkgname=(rssguard{,-lite})
-pkgver=4.8.4
+pkgver=4.8.5
pkgrel=1
pkgdesc='Simple (yet powerful) Qt feed reader'
arch=(x86_64)
@@ -28,7 +28,7 @@ makedepends=(cmake
optdepends=('clang: Support for beautification of message filter scripts'
'mariadb-libs: Support for MariaDB-based data storage')
source=(git+https://github.com/martinrotter/rssguard#tag=$pkgver)
-sha256sums=('7cd5aa8076b6726a3c56ffba712d5df8298846a06891a90fd70534d99f04283e')
+sha256sums=('9a2ee919f9e657818e9ddbdf9a7810797443bccbcee0991a0dec770e6fcca8e2')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/d31d82ca512de17809341cce6432635b4e76f9b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/d31d82ca512de17809341cce6432635b4e76f9b6
You're receiving this email because of your account on gitlab.archlinux.org.