Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnucash-docs
Commits:
fb00cca9 by Antonio Rojas at 2024-12-25T11:50:24+01:00
upgpkg: 5.10-1: Update to 5.10
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = gnucash-docs
pkgdesc = Documentation for GnuCash
- pkgver = 5.9
+ pkgver = 5.10
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.9.tar.gz
- sha256sums =
9bc43a2bd11cb431de446023fa6c273e0c432b5bd8933e2177ad007091f294c9
+ source =
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.10.tar.gz
+ sha256sums =
604e8976ea7400b42ee530ee7a7168f1763961f7515a07037febfad54b7ba843
pkgname = gnucash-docs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Juergen Hoetzel <[email protected]>
pkgname=gnucash-docs
-pkgver=5.9
+pkgver=5.10
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=('9bc43a2bd11cb431de446023fa6c273e0c432b5bd8933e2177ad007091f294c9')
+sha256sums=('604e8976ea7400b42ee530ee7a7168f1763961f7515a07037febfad54b7ba843')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/fb00cca9f931461e008f1cc15c7de49ded5960b6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/fb00cca9f931461e008f1cc15c7de49ded5960b6
You're receiving this email because of your account on gitlab.archlinux.org.