Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnucash
Commits:
b683d743 by Antonio Rojas at 2023-12-23T12:30:57+01:00
upgpkg: 5.5-1: Update to 5.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnucash
pkgdesc = Personal and small-business financial-accounting application
- pkgver = 5.4
- pkgrel = 2
+ pkgver = 5.5
+ pkgrel = 1
url = https://gnucash.org/
arch = x86_64
license = GPL
@@ -25,7 +25,7 @@ pkgbase = gnucash
optdepends = perl-date-manip: stock information lookups
optdepends = perl-finance-quote: stock information lookups
options = !emptydirs
- source = https://downloads.sourceforge.net/gnucash/gnucash-5.4.tar.bz2
- sha256sums =
9a069fe2bfea7ddf8afb90a523beab02a0963e9f1d4c36da9c91aef74787f354
+ source = https://downloads.sourceforge.net/gnucash/gnucash-5.5.tar.bz2
+ sha256sums =
b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b
pkgname = gnucash
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Mark Schneider <[email protected]>
pkgname=gnucash
-pkgver=5.4
-pkgrel=2
+pkgver=5.5
+pkgrel=1
pkgdesc='Personal and small-business financial-accounting application'
arch=(x86_64)
url='https://gnucash.org/'
@@ -18,7 +18,7 @@ optdepends=('gnucash-docs: documentation'
'perl-finance-quote: stock information lookups')
options=(!emptydirs)
source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9a069fe2bfea7ddf8afb90a523beab02a0963e9f1d4c36da9c91aef74787f354')
+sha256sums=('b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/b683d743af7950e9103b089261e5731c14cf3890
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/b683d743af7950e9103b089261e5731c14cf3890
You're receiving this email because of your account on gitlab.archlinux.org.