Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
gnucash
Commits:
138383aa by Carl Smedstad at 2024-11-25T05:15:23+01:00
upgpkg: 5.9-2: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = gnucash
pkgdesc = Personal and small-business financial-accounting application
pkgver = 5.9
- pkgrel = 1
+ pkgrel = 2
url = https://gnucash.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -26,6 +26,8 @@ pkgbase = gnucash
optdepends = perl-finance-quote: stock information lookups
options = !emptydirs
source = https://downloads.sourceforge.net/gnucash/gnucash-5.9.tar.bz2
+ source =
https://src.fedoraproject.org/rpms/gnucash/raw/rawhide/f/gnucash-5.9-swig-4.3.patch
sha256sums =
5be2e5364fc36464fc32c768e2ab460a630f74db6aeb7d44266e3dab98222fd0
+ sha256sums =
6c64008e8e94957a46ae7882891d7245e3d4ce7eee470934769ee18496cb1075
pkgname = gnucash
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=gnucash
pkgver=5.9
-pkgrel=1
+pkgrel=2
pkgdesc='Personal and small-business financial-accounting application'
arch=(x86_64)
url='https://gnucash.org/'
@@ -17,8 +17,17 @@ optdepends=('gnucash-docs: documentation'
'perl-date-manip: stock information lookups'
'perl-finance-quote: stock information lookups')
options=(!emptydirs)
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('5be2e5364fc36464fc32c768e2ab460a630f74db6aeb7d44266e3dab98222fd0')
+source=(
+ https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
+
https://src.fedoraproject.org/rpms/gnucash/raw/rawhide/f/gnucash-5.9-swig-4.3.patch
+)
+sha256sums=('5be2e5364fc36464fc32c768e2ab460a630f74db6aeb7d44266e3dab98222fd0'
+ '6c64008e8e94957a46ae7882891d7245e3d4ce7eee470934769ee18496cb1075')
+
+prepare() {
+ cd $pkgname-$pkgver
+ patch -Np1 -i ../gnucash-5.9-swig-4.3.patch
+}
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/138383aa29537441c4ef6099ab14271d5fe85e60
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash/-/commit/138383aa29537441c4ef6099ab14271d5fe85e60
You're receiving this email because of your account on gitlab.archlinux.org.