Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
gnucash
Commits:
c5df4041 by Antonio Rojas at 2025-12-26T13:07:58+01:00
upgpkg: 5.14-1: Upstream update
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- − boost-1.89.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnucash
pkgdesc = Personal and small-business financial-accounting application
- pkgver = 5.13
- pkgrel = 3
+ pkgver = 5.14
+ pkgrel = 1
url = https://gnucash.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -25,9 +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.13.tar.bz2
- source = boost-1.89.patch
- sha256sums =
082eecc332b722f223d3f2512626ebe5ef63f94aaf5c409e87526c654464aef5
- sha256sums =
dff339c67df346fc9306d32751c992bd3bc367e9936d704f51b717d00963f859
+ source = https://downloads.sourceforge.net/gnucash/gnucash-5.14.tar.bz2
+ sha256sums =
0c6fd20214da86a9a0443359f7b62d9a2bd4ed802fd680853da4b757a371ac91
pkgname = gnucash
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: Mark Schneider <[email protected]>
pkgname=gnucash
-pkgver=5.13
-pkgrel=3
+pkgver=5.14
+pkgrel=1
pkgdesc='Personal and small-business financial-accounting application'
arch=(x86_64)
url='https://gnucash.org/'
@@ -19,15 +19,8 @@ optdepends=('gnucash-docs: documentation'
options=(!emptydirs)
source=(
https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
- boost-1.89.patch
)
-sha256sums=('082eecc332b722f223d3f2512626ebe5ef63f94aaf5c409e87526c654464aef5'
- 'dff339c67df346fc9306d32751c992bd3bc367e9936d704f51b717d00963f859')
-
-prepare() {
- cd $pkgname-$pkgver
- patch -p1 -i ../boost-1.89.patch
-}
+sha256sums=('0c6fd20214da86a9a0443359f7b62d9a2bd4ed802fd680853da4b757a371ac91')
build() {
cd $pkgname-$pkgver
=====================================
boost-1.89.patch deleted
=====================================
@@ -1,12 +0,0 @@
-diff -ru gnucash-5.13.orig/CMakeLists.txt gnucash-5.13/CMakeLists.txt
---- gnucash-5.13.orig/CMakeLists.txt 2025-10-15 20:19:14.534961905 +0200
-+++ gnucash-5.13/CMakeLists.txt 2025-10-15 20:19:41.504852530 +0200
-@@ -599,7 +599,7 @@
- if (NOT DEFINED ${BOOST_ROOT})
- set(BOOST_ROOT $ENV{BOOST_ROOT})
- endif()
--find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale
program_options regex system)
-+find_package (Boost 1.67.0 COMPONENTS date_time filesystem locale
program_options regex)
-
- if (Boost_FOUND)
- include_directories(${Boost_INCLUDE_DIRS})
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/c5df404170af0d27575a159c3250d1644bedfe3c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/c5df404170af0d27575a159c3250d1644bedfe3c
You're receiving this email because of your account on gitlab.archlinux.org.