Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
gnucash-docs
Commits:
129d2188 by Jaroslav Lichtblau at 2024-09-08T13:08:30+02:00
upgpkg: 5.7-1 - new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = gnucash-docs
pkgdesc = Documentation for GnuCash
- pkgver = 5.6
+ pkgver = 5.7
pkgrel = 1
url = https://gnucash.org/docs.phtml
arch = any
license = FDL
makedepends = cmake
depends = yelp
- source =
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.6.tar.gz
- sha256sums =
8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02
+ source =
https://downloads.sourceforge.net/gnucash/gnucash-docs-5.7.tar.gz
+ sha256sums =
1cb5dc4a7a84f12ce1d7f1f072456c8a5cbc14486b2ccf6918bf88c8dd98647a
pkgname = gnucash-docs
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Juergen Hoetzel <[email protected]>
pkgname=gnucash-docs
-pkgver=5.6
+pkgver=5.7
pkgrel=1
pkgdesc='Documentation for GnuCash'
arch=('any')
@@ -12,7 +12,7 @@ license=('FDL')
depends=('yelp')
makedepends=('cmake')
source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz)
-sha256sums=('8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02')
+sha256sums=('1cb5dc4a7a84f12ce1d7f1f072456c8a5cbc14486b2ccf6918bf88c8dd98647a')
prepare() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/129d2188c1b0512a45c60c1957a8d1653badbd24
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/129d2188c1b0512a45c60c1957a8d1653badbd24
You're receiving this email because of your account on gitlab.archlinux.org.