Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
rssguard
Commits:
7715d810 by Antonio Rojas at 2024-12-20T08:25:19+01:00
upgpkg: 4.8.1-1: Update to 4.8.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rssguard
pkgdesc = Simple (yet powerful) Qt feed reader
- pkgver = 4.8.0
+ pkgver = 4.8.1
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.0
- sha256sums =
4367fabde004e3596cb160325827c944f724e1591a16fc935d1aff1ee1fddbd4
+ source = git+https://github.com/martinrotter/rssguard#tag=4.8.1
+ sha256sums =
cdae38f6f890806f759f7781e66db332fcfe36dbd70c2f5b43064227420b949f
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.0
+ provides = rssguard=4.8.1
conflicts = rssguard
replaces = rssguard-nowebengine
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgbase=rssguard
pkgname=(rssguard{,-lite})
-pkgver=4.8.0
+pkgver=4.8.1
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=('4367fabde004e3596cb160325827c944f724e1591a16fc935d1aff1ee1fddbd4')
+sha256sums=('cdae38f6f890806f759f7781e66db332fcfe36dbd70c2f5b43064227420b949f')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/7715d8107e403c76541c0670f117a2421a585fdc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rssguard/-/commit/7715d8107e403c76541c0670f117a2421a585fdc
You're receiving this email because of your account on gitlab.archlinux.org.