Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnucash-docs
Commits:
85f3274c by Antonio Rojas at 2025-11-21T21:04:10+01:00
upgpkg: 5.13-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = gnucash-docs
pkgdesc = Documentation for GnuCash
- pkgver = 5.11
+ pkgver = 5.13
pkgrel = 1
url = https://gnucash.org/docs.phtml
arch = any
license = GFDL-1.1-only
makedepends = cmake
depends = yelp
- source =
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.11.tar.gz
- sha256sums =
d22a8a1caeffe3b5638de05a9dd3b3166ee0d1c0d2c6e9d6950f1ab7f142e865
+ source =
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.13.tar.gz
+ sha256sums =
6796d70005169f04e49d1393e8198469c331d07f2e7782b6935e6676087c6353
pkgname = gnucash-docs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Juergen Hoetzel <[email protected]>
pkgname=gnucash-docs
-pkgver=5.11
+pkgver=5.13
pkgrel=1
pkgdesc='Documentation for GnuCash'
arch=('any')
@@ -12,7 +12,7 @@ license=('GFDL-1.1-only')
depends=('yelp')
makedepends=('cmake')
source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('d22a8a1caeffe3b5638de05a9dd3b3166ee0d1c0d2c6e9d6950f1ab7f142e865')
+sha256sums=('6796d70005169f04e49d1393e8198469c331d07f2e7782b6935e6676087c6353')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/85f3274c1c8eef2446f724a3522cd793437338a6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/85f3274c1c8eef2446f724a3522cd793437338a6
You're receiving this email because of your account on gitlab.archlinux.org.