Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
rssguard
Commits:
e9cf5d9c by Antonio Rojas at 2024-09-26T18:02:01+02:00
upgpkg: 4.7.4-1: Update to 4.7.4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rssguard
pkgdesc = Simple (yet powerful) Qt feed reader
- pkgver = 4.7.3
+ pkgver = 4.7.4
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.7.3
- sha256sums =
a9fd1ebd047cc7282e4f93cc7341dca15266afb09927186f5e9d9fac602a564c
+ source = git+https://github.com/martinrotter/rssguard#tag=4.7.4
+ sha256sums =
5079e28f7a446010d3741d0244c49f414960d243c708038199ec2c77eef79eec
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.7.3
+ provides = rssguard=4.7.4
conflicts = rssguard
replaces = rssguard-nowebengine
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=rssguard
pkgname=(rssguard{,-lite})
-pkgver=4.7.3
+pkgver=4.7.4
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=('a9fd1ebd047cc7282e4f93cc7341dca15266afb09927186f5e9d9fac602a564c')
+sha256sums=('5079e28f7a446010d3741d0244c49f414960d243c708038199ec2c77eef79eec')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/e9cf5d9c33d5b591e3e1cdb4ec869e753d70c4a5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/e9cf5d9c33d5b591e3e1cdb4ec869e753d70c4a5
You're receiving this email because of your account on gitlab.archlinux.org.